summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-06-30 00:12:41 +0200
committerPaul B Mahol <onemda@gmail.com>2021-06-30 00:12:41 +0200
commite11fd47f8df2631db9da14b22d34e3c390d91ba8 (patch)
treec9fde52a78b1dc434cd89940249fbbbe34acfd58 /libavfilter/v360.h
parentcea05864e65db9a2dc8af82b2c63fb8f03c5f876 (diff)
avfilter/vf_v360: add cylindrical equal area format
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 87770664a3..b8ade2591c 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -54,6 +54,7 @@ enum Projections {
EQUISOLID,
ORTHOGRAPHIC,
OCTAHEDRON,
+ CYLINDRICALEA,
NB_PROJECTIONS,
};