diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-18 16:26:59 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-18 17:25:48 +0100 |
commit | fdddc0d678ecfd563d5b753d7c79086884b861e5 (patch) | |
tree | 552d52e4154753be0792b40c8584ca490a38bcc6 /libavfilter/v360.h | |
parent | 6ae84e7b037f8ceafff5b7bf17a317cc1ce0acb0 (diff) | |
download | ffmpeg-fdddc0d678ecfd563d5b753d7c79086884b861e5.tar.gz |
avfilter/vf_v360: add perspective 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 29bf27565c..88de9cbd7c 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -46,6 +46,7 @@ enum Projections { FISHEYE, PANNINI, CYLINDRICAL, + PERSPECTIVE, NB_PROJECTIONS, }; |