[FFmpeg-cvslog] vf_fieldorder: cosmetics, remove an extra linebreak

Anton Khirnov git at videolan.org
Thu May 16 15:44:21 CEST 2013


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Mar 18 22:26:49 2013 +0100| [9bbf6c681a8e441b5ce145fd202a1c1054cec71f] | committer: Anton Khirnov

vf_fieldorder: cosmetics, remove an extra linebreak

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9bbf6c681a8e441b5ce145fd202a1c1054cec71f
---

 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 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



More information about the ffmpeg-cvslog mailing list