From 51a2f02117df54a78a3ccde65ff6b09d10503843 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 22 Sep 2019 14:01:14 +0200 Subject: avfilter/vf_v360: add fixed pixel padding options --- libavfilter/v360.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavfilter/v360.h') 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]; -- cgit v1.2.3