summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r--libavfilter/v360.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavfilter/v360.h b/libavfilter/v360.h
index aa0bb948d5..031c1924f1 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -114,6 +114,7 @@ typedef struct V360Context {
int in_stereo, out_stereo;
float in_pad, out_pad;
+ int fin_pad, fout_pad;
float yaw, pitch, roll;
@@ -129,6 +130,9 @@ typedef struct V360Context {
float input_mirror_modifier[2];
float output_mirror_modifier[3];
+ int in_width, in_height;
+ int out_width, out_height;
+
int pr_width[4], pr_height[4];
int in_offset_w[4], in_offset_h[4];