git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f48b930
)
Oops, very silly typo.
author
Ronald S. Bultje
<rsbultje@gmail.com>
Fri, 6 Mar 2009 03:12:33 +0000
(
03:12
+0000)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Fri, 6 Mar 2009 03:12:33 +0000
(
03:12
+0000)
Originally committed as revision 17853 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c
patch
|
blob
|
history
diff --git
a/libavformat/rtsp.c
b/libavformat/rtsp.c
index
4d7fdb6
..
bcc7109
100644
(file)
--- a/
libavformat/rtsp.c
+++ b/
libavformat/rtsp.c
@@
-827,7
+827,7
@@
static void rtsp_send_cmd(AVFormatContext *s,
#endif
url_write(rt->rtsp_hd, buf, strlen(buf));
- rtsp_read_reply(
rt
, reply, content_ptr);
+ rtsp_read_reply(
s
, reply, content_ptr);
}