diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-16 18:12:04 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-16 18:22:28 +0100 |
commit | 6e082f9f04222d5b9b2bce869f447b7d80082f9e (patch) | |
tree | e125da8b4b216ab54e71143538be05ba2c079b84 /libavfilter/v360.h | |
parent | e7c04eaf50b4b50f2528ab2c69b76777a1862535 (diff) | |
download | ffmpeg-6e082f9f04222d5b9b2bce869f447b7d80082f9e.tar.gz |
avfilter/vf_v360: add fisheye 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 4d78543f60..d84d57302f 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -43,6 +43,7 @@ enum Projections { BALL, HAMMER, SINUSOIDAL, + FISHEYE, NB_PROJECTIONS, }; |