From a06d70350b2b0609320e99bfa6680a81434ba823 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 7 Sep 2019 16:32:16 +0200 Subject: avfilter/vf_v360: support transposed input/output --- libavfilter/v360.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/v360.h') diff --git a/libavfilter/v360.h b/libavfilter/v360.h index 2da25445f9..5badb437aa 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -99,6 +99,7 @@ typedef struct V360Context { float yaw, pitch, roll; int h_flip, v_flip, d_flip; + int in_transpose, out_transpose; float h_fov, v_fov; float flat_range[3]; -- cgit v1.2.3