diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-09-08 18:17:57 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-09-08 21:07:59 +0200 |
commit | 973051e3bd560900db8ac05725a1dd80bbff0362 (patch) | |
tree | a2c23428bbcf76a27c57b7ff5c808673e72dd7ba /libavfilter/v360.h | |
parent | a13b61b7fd05ac9dcf795b5f4cc22ec498557e49 (diff) | |
download | ffmpeg-973051e3bd560900db8ac05725a1dd80bbff0362.tar.gz |
avfilter/vf_v360: add stereographic output projection
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 0c26b54ec1..93ac8034ef 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -31,6 +31,7 @@ enum Projections { DUAL_FISHEYE, BARREL, CUBEMAP_1_6, + STEREOGRAPHIC, NB_PROJECTIONS, }; |