diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-09-29 14:16:32 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-29 14:21:22 +0200 |
commit | 12585c87e63302c59f5a1f5c30181695ef9aea6e (patch) | |
tree | 5d140ea4dfd066c93fc3e320193edc9bdd8baba6 /libavfilter/v360.h | |
parent | 86b29c0cd0d0e82179f655c1385afd1013e00eca (diff) | |
download | ffmpeg-12585c87e63302c59f5a1f5c30181695ef9aea6e.tar.gz |
avfilter/vf_v360: simplify input flipping
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 c0f700b62b..9b52827bd1 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -151,7 +151,6 @@ typedef struct V360Context { float rot_mat[3][3]; - float input_mirror_modifier[2]; float output_mirror_modifier[3]; int in_width, in_height; |