From 20234a4bd7e187ae31f9a66b5c40e98666bc30e4 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 6 Apr 2012 17:50:48 +0300 Subject: cosmetics: Align muxer/demuxer declarations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also add missing trailing commas, break long codec_tag lines and add spaces in codec_tag declarations. Signed-off-by: Martin Storsjö --- libavformat/flvdec.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavformat/flvdec.c') diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c index 55ac9dab3f..7c4b792af9 100644 --- a/libavformat/flvdec.c +++ b/libavformat/flvdec.c @@ -707,10 +707,10 @@ AVInputFormat ff_flv_demuxer = { .read_probe = flv_probe, .read_header = flv_read_header, .read_packet = flv_read_packet, - .read_seek = flv_read_seek, + .read_seek = flv_read_seek, #if 0 - .read_seek2 = flv_read_seek2, + .read_seek2 = flv_read_seek2, #endif - .read_close = flv_read_close, - .extensions = "flv", + .read_close = flv_read_close, + .extensions = "flv", }; -- cgit v1.2.3