diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-09-19 18:36:19 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-09-19 18:38:06 +0200 |
commit | b632ad81c5f44d0c47b44c5a87084b30f33bed5e (patch) | |
tree | 696881710c67793bd741da9b07aed701134dc335 /libavfilter/v360.h | |
parent | b766a13dba383df065869527aec87843d2183bc1 (diff) | |
download | ffmpeg-b632ad81c5f44d0c47b44c5a87084b30f33bed5e.tar.gz |
avfilter/vf_v360: add ball projection 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 cb968dab46..50ed91ed89 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -40,6 +40,7 @@ enum Projections { CUBEMAP_1_6, STEREOGRAPHIC, MERCATOR, + BALL, NB_PROJECTIONS, }; |