summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-07 19:54:00 +0200
committerPaul B Mahol <onemda@gmail.com>2019-09-07 22:36:28 +0200
commit5b12a47e088da3388e7285dc9e44e70ea7bfd2d4 (patch)
treece95b9b1571f42b914f779e38bc2380a3984b769 /libavfilter/v360.h
parenta06d70350b2b0609320e99bfa6680a81434ba823 (diff)
avfilter/vf_v360: add options to h/w unflip input video
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r--libavfilter/v360.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/v360.h b/libavfilter/v360.h
index 5badb437aa..0c26b54ec1 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -98,12 +98,15 @@ typedef struct V360Context {
float yaw, pitch, roll;
+ int ih_flip, iv_flip;
int h_flip, v_flip, d_flip;
int in_transpose, out_transpose;
float h_fov, v_fov;
float flat_range[3];
+ float input_mirror_modifier[2];
+
int planewidth[4], planeheight[4];
int inplanewidth[4], inplaneheight[4];
int nb_planes;