diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-03-03 12:03:42 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-03-03 12:03:42 +0100 |
commit | ca0423198304305d832304e218611fb5d61921b3 (patch) | |
tree | 4c64defe059b0ac052c090783bdc0d2db160c662 /libavfilter/v360.h | |
parent | f9cb7cf424054ea098cb0e329ba49efb41d02b7c (diff) | |
download | ffmpeg-ca0423198304305d832304e218611fb5d61921b3.tar.gz |
avfilter/vf_v360: add half equirectangular output format
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 4b2351f177..f2f1a47144 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -50,6 +50,7 @@ enum Projections { TETRAHEDRON, BARREL_SPLIT, TSPYRAMID, + HEQUIRECTANGULAR, NB_PROJECTIONS, }; |