Cosmetics, break a long line, fix brace placement
authorMartin Storsjö <martin@martin.st>
Thu, 11 Mar 2010 08:33:04 +0000 (08:33 +0000)
committerMartin Storsjö <martin@martin.st>
Thu, 11 Mar 2010 08:33:04 +0000 (08:33 +0000)
Originally committed as revision 22465 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtsp.c

index 97ab519..062e185 100644 (file)
@@ -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);