diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-18 22:26:49 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-16 07:32:49 +0200 |
commit | 9bbf6c681a8e441b5ce145fd202a1c1054cec71f (patch) | |
tree | a968e8afe33429326cbc9d7472dd36976d603ea2 /libavfilter | |
parent | c0279956b3ca3e5fd0a6a25253893d6f07000e68 (diff) | |
download | ffmpeg-9bbf6c681a8e441b5ce145fd202a1c1054cec71f.tar.gz |
vf_fieldorder: cosmetics, remove an extra linebreak
Diffstat (limited to 'libavfilter')
-rw-r--r-- | 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 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 |