diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-03-02 17:40:21 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-03-02 17:43:25 +0100 |
commit | 3dd81be866bf7d1ad4f8dce642616a100245f94b (patch) | |
tree | 08c5e990f3eafb14e93b9e472c5b65aa49b365c9 /libavfilter/v360.h | |
parent | 1281399135a872c742b97a006eef9076cbebfa6d (diff) | |
download | ffmpeg-3dd81be866bf7d1ad4f8dce642616a100245f94b.tar.gz |
avfilter/vf_v360: add truncated square pyramid 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 e1f131c9a8..4b2351f177 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -49,6 +49,7 @@ enum Projections { PERSPECTIVE, TETRAHEDRON, BARREL_SPLIT, + TSPYRAMID, NB_PROJECTIONS, }; |