Cosmetics, break a long line, fix brace placement

Originally committed as revision 22465 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Martin Storsjö 15 years ago
parent 26cb700c82
commit 5c7fd91010
  1. 4
      libavformat/rtsp.c

@ -608,7 +608,9 @@ void ff_rtsp_close_streams(AVFormatContext *s)
av_freep(&rt->auth_b64); 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; AVFormatContext *rtpctx;
int ret; int ret;
AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL); AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL);

Loading…
Cancel
Save