diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-22 22:21:32 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-22 23:49:32 +0100 |
commit | ec4f764249817a93787d76990dc4618d59e70f5d (patch) | |
tree | 874487d77b88afd0139b9276dab2ae4cc8321310 /libavfilter/v360.h | |
parent | 5f7727e1c9c33c26cc5caf06bfe83a96d2c107da (diff) | |
download | ffmpeg-ec4f764249817a93787d76990dc4618d59e70f5d.tar.gz |
avfilter/vf_v360: add tetrahedron 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 ba3d0da60f..8e080f0b6c 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -47,6 +47,7 @@ enum Projections { PANNINI, CYLINDRICAL, PERSPECTIVE, + TETRAHEDRON, NB_PROJECTIONS, }; |