From 5c7fd910107c117d6cefeb2ab99787aeb17fb7c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Thu, 11 Mar 2010 08:33:04 +0000 Subject: [PATCH] Cosmetics, break a long line, fix brace placement Originally committed as revision 22465 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtsp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 97ab519883..062e185131 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -608,7 +608,9 @@ void ff_rtsp_close_streams(AVFormatContext *s) av_freep(&rt->auth_b64); } -static void *rtsp_rtp_mux_open(AVFormatContext *s, AVStream *st, URLContext *handle) { +static void *rtsp_rtp_mux_open(AVFormatContext *s, AVStream *st, + URLContext *handle) +{ AVFormatContext *rtpctx; int ret; AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL);