projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
119b466
)
Reindent after previous patches.
author
Ronald S. Bultje
<rsbultje@gmail.com>
Tue, 30 Sep 2008 13:27:19 +0000
(13:27 +0000)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Tue, 30 Sep 2008 13:27:19 +0000
(13:27 +0000)
Originally committed as revision 15485 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c
patch
|
blob
|
history
diff --git
a/libavformat/rtsp.c
b/libavformat/rtsp.c
index
84bfa37
..
b6013de
100644
(file)
--- a/
libavformat/rtsp.c
+++ b/
libavformat/rtsp.c
@@
-1341,9
+1341,9
@@
static int rtsp_read_packet(AVFormatContext *s,
if (i != 0) av_strlcat(cmd, ",", sizeof(cmd));
ff_rdt_subscribe_rule(cmd, sizeof(cmd), i, 0);
if (rt->transport == RTSP_TRANSPORT_RDT)
- ff_rdt_subscribe_rule2(
- rt->rtsp_streams[i]->rtp_ctx,
- cmd, sizeof(cmd), i, 0);
+
ff_rdt_subscribe_rule2(
+
rt->rtsp_streams[i]->rtp_ctx,
+
cmd, sizeof(cmd), i, 0);
}
av_strlcat(cmd, "\r\n", sizeof(cmd));
rtsp_send_cmd(s, cmd, reply, NULL);