projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26cb700
)
Cosmetics, break a long line, fix brace placement
author
Martin Storsjö
<martin@martin.st>
Thu, 11 Mar 2010 08:33:04 +0000
(08:33 +0000)
committer
Martin Storsjö
<martin@martin.st>
Thu, 11 Mar 2010 08:33:04 +0000
(08:33 +0000)
Originally committed as revision 22465 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c
patch
|
blob
|
history
diff --git
a/libavformat/rtsp.c
b/libavformat/rtsp.c
index 97ab519883b1bb8ec73cdb501f0903e77da9cc42..062e18513134767afc85adcdb81e63945b9dbb3f 100644
(file)
--- 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);