summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-03-11 08:33:04 +0000
committerMartin Storsjö <martin@martin.st>2010-03-11 08:33:04 +0000
commit5c7fd910107c117d6cefeb2ab99787aeb17fb7c8 (patch)
tree07068621e3cae49679aa7d7d051dde8d29576609 /libavformat/rtsp.c
parent26cb700c824130532296574ff3f57bb5ba747079 (diff)
Cosmetics, break a long line, fix brace placement
Originally committed as revision 22465 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r--libavformat/rtsp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 97ab519883..062e185131 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -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);