Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-09-29 15:16:32 +0300
committerPaul B Mahol <onemda@gmail.com>2020-09-29 15:21:22 +0300
commit12585c87e63302c59f5a1f5c30181695ef9aea6e (patch)
tree5d140ea4dfd066c93fc3e320193edc9bdd8baba6 /libavfilter/v360.h
parent86b29c0cd0d0e82179f655c1385afd1013e00eca (diff)
avfilter/vf_v360: simplify input flipping
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r--libavfilter/v360.h1
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;