Browse Source

Oops, very silly typo.

Originally committed as revision 17853 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Ronald S. Bultje 17 years ago
parent
commit
57f94f54c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/rtsp.c

+ 1
- 1
libavformat/rtsp.c View File

@@ -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);
}




Loading…
Cancel
Save