diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-06-22 20:16:22 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-06-23 16:00:02 +0200 |
commit | 00a5df71ad9d24b90edf8cc6b67d24409510bb64 (patch) | |
tree | 67b3ae8b668aa1a8f0be1b5f3305034ef5357628 /libavfilter/v360.h | |
parent | 44ce333f03e5daf7883147938f74018cec287aec (diff) | |
download | ffmpeg-00a5df71ad9d24b90edf8cc6b67d24409510bb64.tar.gz |
avfilter/vf_v360: add orthographic projection 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 337e74b410..7fbbecf691 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -52,6 +52,7 @@ enum Projections { TSPYRAMID, HEQUIRECTANGULAR, EQUISOLID, + ORTHOGRAPHIC, NB_PROJECTIONS, }; |