From 9bbf6c681a8e441b5ce145fd202a1c1054cec71f Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 18 Mar 2013 22:26:49 +0100 Subject: [PATCH] vf_fieldorder: cosmetics, remove an extra linebreak --- libavfilter/vf_fieldorder.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavfilter/vf_fieldorder.c b/libavfilter/vf_fieldorder.c index a5b85e22b8..2918cd897b 100644 --- a/libavfilter/vf_fieldorder.c +++ b/libavfilter/vf_fieldorder.c @@ -35,8 +35,7 @@ #include "internal.h" #include "video.h" -typedef struct -{ +typedef struct { const AVClass *class; int dst_tff; ///< output bff/tff int line_size[4]; ///< bytes of pixel data per line for each plane