Module: libav Branch: master Commit: 9bbf6c681a8e441b5ce145fd202a1c1054cec71f
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Mon Mar 18 22:26:49 2013 +0100 vf_fieldorder: cosmetics, remove an extra linebreak --- libavfilter/vf_fieldorder.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/libavfilter/vf_fieldorder.c b/libavfilter/vf_fieldorder.c index a5b85e2..2918cd8 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
