changeset 5820:b56e31849e0f libavformat

Cosmetics, break a long line, fix brace placement
author mstorsjo
date Thu, 11 Mar 2010 08:33:04 +0000
parents 53c5a5d40ee7
children 9e77d08ad311
files rtsp.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtsp.c	Thu Mar 11 08:24:18 2010 +0000
+++ b/rtsp.c	Thu Mar 11 08:33:04 2010 +0000
@@ -608,7 +608,9 @@
     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);