diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-09-09 17:43:16 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-09-09 17:47:03 +0200 |
commit | 799c07e5c864878b1705b2b6bd06dddd23dfab2a (patch) | |
tree | c8aafdbba4852f3056d1fc0034821e28a600be92 /libavfilter/v360.h | |
parent | 976617c7d21e4b525d6edde2fb280994fc5c567c (diff) | |
download | ffmpeg-799c07e5c864878b1705b2b6bd06dddd23dfab2a.tar.gz |
avfilter/vf_v360: partialy revert previous commit
roll/pitch can do exactly same thing.
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r-- | libavfilter/v360.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/v360.h b/libavfilter/v360.h index b769218c04..93ac8034ef 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -105,7 +105,6 @@ typedef struct V360Context { float h_fov, v_fov; float flat_range[3]; - float p_lon, p_lat; float input_mirror_modifier[2]; |