diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-09-25 12:01:54 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-09-25 13:06:30 +0200 |
commit | 0d05aa052cdd11706c4461b6b2e733e1d65525d6 (patch) | |
tree | 85f86cc12fe3b826ebedfdc175f25921b0e24740 /libavfilter/v360.h | |
parent | eb5d0f18ff609ba2280cea4e2c6286d216c8756b (diff) | |
download | ffmpeg-0d05aa052cdd11706c4461b6b2e733e1d65525d6.tar.gz |
avfilter/vf_v360: add sinusoidal format
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 d328b6d5e1..4d78543f60 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -42,6 +42,7 @@ enum Projections { MERCATOR, BALL, HAMMER, + SINUSOIDAL, NB_PROJECTIONS, }; |