diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-02-26 14:37:39 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-02-26 14:52:25 +0100 |
commit | b0a9960a772a5f978fc9f52552932c6a2ab3405c (patch) | |
tree | 86a5f1fe5681c8303f83a3970cf7ffbe5b3eb217 /libavfilter/v360.h | |
parent | 828f7db5d9fdf9052bb4b6d1b528009fece5bb10 (diff) | |
download | ffmpeg-b0a9960a772a5f978fc9f52552932c6a2ab3405c.tar.gz |
avfilter/vf_v360: add barrel split format output support
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r-- | libavfilter/v360.h | 1 |
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, }; |