diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-16 20:06:28 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-16 20:06:28 +0100 |
commit | 330b157c9e04c7eece129aa1e3f758a2b579249e (patch) | |
tree | 9546442db7243a3b40f479296aee32e21eec373f /libavfilter/v360.h | |
parent | 6e082f9f04222d5b9b2bce869f447b7d80082f9e (diff) | |
download | ffmpeg-330b157c9e04c7eece129aa1e3f758a2b579249e.tar.gz |
avfilter/vf_v360: add pannini 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 d84d57302f..1da04dee61 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -44,6 +44,7 @@ enum Projections { HAMMER, SINUSOIDAL, FISHEYE, + PANNINI, NB_PROJECTIONS, }; |