diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-09-27 22:33:05 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-27 22:40:26 +0200 |
commit | 6db1b1af4c93c98c31e8f2dc546647d77c0bdb5f (patch) | |
tree | 9b8ba0b1a648f5f69239db763f8be12c584b99e3 /libavfilter/v360.h | |
parent | a6e72fb46d0601d0fcf44c93c32dd472599b5984 (diff) | |
download | ffmpeg-6db1b1af4c93c98c31e8f2dc546647d77c0bdb5f.tar.gz |
avfilter/vf_v360: add octahedron 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 7fbbecf691..851bbcb8d8 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -53,6 +53,7 @@ enum Projections { HEQUIRECTANGULAR, EQUISOLID, ORTHOGRAPHIC, + OCTAHEDRON, NB_PROJECTIONS, }; |