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/ivfenc.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libavformat/ivfenc.c') diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c index 55ce58615b..560ec9a0e3 100644 --- a/libavformat/ivfenc.c +++ b/libavformat/ivfenc.c @@ -59,11 +59,11 @@ static int ivf_write_packet(AVFormatContext *s, AVPacket *pkt) } AVOutputFormat ff_ivf_muxer = { - .name = "ivf", - .long_name = NULL_IF_CONFIG_SMALL("On2 IVF"), - .extensions = "ivf", - .audio_codec = CODEC_ID_NONE, - .video_codec = CODEC_ID_VP8, + .name = "ivf", + .long_name = NULL_IF_CONFIG_SMALL("On2 IVF"), + .extensions = "ivf", + .audio_codec = CODEC_ID_NONE, + .video_codec = CODEC_ID_VP8, .write_header = ivf_write_header, .write_packet = ivf_write_packet, }; -- cgit v1.2.3