diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2009-03-06 03:12:33 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2009-03-06 03:12:33 +0000 |
commit | 57f94f54c449b1d34b0d6ccf82dfdcdc1ce7cd14 (patch) | |
tree | 06b2cc3c1bc0136d3dd1de6305a789a006be62b3 | |
parent | f48b9304cda7db7ca328f046af48e73931589ff5 (diff) | |
download | ffmpeg-57f94f54c449b1d34b0d6ccf82dfdcdc1ce7cd14.tar.gz |
Oops, very silly typo.
Originally committed as revision 17853 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/rtsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 4d7fdb632a..bcc710941e 100644 --- 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); } |