[FFmpeg-cvslog] r22465 - trunk/libavformat/rtsp.c
mstorsjo
subversion
Thu Mar 11 09:33:05 CET 2010
Author: mstorsjo
Date: Thu Mar 11 09:33:04 2010
New Revision: 22465
Log:
Cosmetics, break a long line, fix brace placement
Modified:
trunk/libavformat/rtsp.c
Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c Thu Mar 11 09:24:18 2010 (r22464)
+++ trunk/libavformat/rtsp.c Thu Mar 11 09:33:04 2010 (r22465)
@@ -608,7 +608,9 @@ void ff_rtsp_close_streams(AVFormatConte
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);
More information about the ffmpeg-cvslog
mailing list