From 17934c1824af1b46339d230e02da1896a5ffa8ce Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 19 Mar 2012 12:17:47 +0200 Subject: cosmetics: Align some AVInput/OutputFormat declarations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also add missing trailing commas. Signed-off-by: Martin Storsjö --- libavformat/rtspdec.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavformat/rtspdec.c') diff --git a/libavformat/rtspdec.c b/libavformat/rtspdec.c index acae436c13..9306384555 100644 --- a/libavformat/rtspdec.c +++ b/libavformat/rtspdec.c @@ -409,8 +409,8 @@ AVInputFormat ff_rtsp_demuxer = { .read_packet = rtsp_read_packet, .read_close = rtsp_read_close, .read_seek = rtsp_read_seek, - .flags = AVFMT_NOFILE, - .read_play = rtsp_read_play, - .read_pause = rtsp_read_pause, - .priv_class = &rtsp_demuxer_class, + .flags = AVFMT_NOFILE, + .read_play = rtsp_read_play, + .read_pause = rtsp_read_pause, + .priv_class = &rtsp_demuxer_class, }; -- cgit v1.2.3