From 12585c87e63302c59f5a1f5c30181695ef9aea6e Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 29 Sep 2020 14:16:32 +0200 Subject: avfilter/vf_v360: simplify input flipping --- libavfilter/v360.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/v360.h') diff --git a/libavfilter/v360.h b/libavfilter/v360.h index c0f700b62b..9b52827bd1 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -151,7 +151,6 @@ typedef struct V360Context { float rot_mat[3][3]; - float input_mirror_modifier[2]; float output_mirror_modifier[3]; int in_width, in_height; -- cgit v1.2.3