Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-17 23:15:07 +0300
committerPaul B Mahol <onemda@gmail.com>2019-09-17 23:18:30 +0300
commit251284e44aa568f344e973d4d0b8f03d2b3734aa (patch)
treeb41d403a3158351d08b162f953b3907ccc407863 /libavfilter/v360.h
parent65589ad55349b49fc3e877394249c9291cd3da4a (diff)
avfilter/vf_v360: add mercator projection
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r--libavfilter/v360.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/v360.h b/libavfilter/v360.h
index a15ff7dbc4..cb968dab46 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -39,6 +39,7 @@ enum Projections {
BARREL,
CUBEMAP_1_6,
STEREOGRAPHIC,
+ MERCATOR,
NB_PROJECTIONS,
};