summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-16 17:53:58 +0200
committerPaul B Mahol <onemda@gmail.com>2019-09-16 17:53:58 +0200
commitc271d88257e74ec24a6815b66ef4d5cdbc3a05ba (patch)
tree089be8a8607d06d5eb4a50f708d7fe35231b05f0 /libavfilter/v360.h
parentd87db83e1cad7b31639853f6da2aee28659a16d0 (diff)
avfilter/vf_v360: move some local variables to private filter context
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 8e8799a89e..24e4615c1c 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -115,7 +115,10 @@ typedef struct V360Context {
float h_fov, v_fov, d_fov;
float flat_range[3];
+ float rot_mat[3][3];
+
float input_mirror_modifier[2];
+ float output_mirror_modifier[3];
int pr_width[4], pr_height[4];