# HG changeset patch # User mstorsjo # Date 1268296384 0 # Node ID b56e31849e0f9be02c5b977717efe537b3c5f038 # Parent 53c5a5d40ee72e52a89b1a218a1957f15cf99f28 Cosmetics, break a long line, fix brace placement diff -r 53c5a5d40ee7 -r b56e31849e0f rtsp.c --- 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);