summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-02-26 14:37:39 +0100
committerPaul B Mahol <onemda@gmail.com>2020-02-26 14:52:25 +0100
commitb0a9960a772a5f978fc9f52552932c6a2ab3405c (patch)
tree86a5f1fe5681c8303f83a3970cf7ffbe5b3eb217 /libavfilter/v360.h
parent828f7db5d9fdf9052bb4b6d1b528009fece5bb10 (diff)
avfilter/vf_v360: add barrel split format output support
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 97008fb3da..e1f131c9a8 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -48,6 +48,7 @@ enum Projections {
CYLINDRICAL,
PERSPECTIVE,
TETRAHEDRON,
+ BARREL_SPLIT,
NB_PROJECTIONS,
};