Commit 67f333ea authored by mstorsjo's avatar mstorsjo

Cosmetics, break a long line, fix brace placement


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22465 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7fb9f89f
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment