mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-29 12:26:20 +08:00
Oops, very silly typo.
Originally committed as revision 17853 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -827,7 +827,7 @@ static void rtsp_send_cmd(AVFormatContext *s,
|
|||||||
#endif
|
#endif
|
||||||
url_write(rt->rtsp_hd, buf, strlen(buf));
|
url_write(rt->rtsp_hd, buf, strlen(buf));
|
||||||
|
|
||||||
rtsp_read_reply(rt, reply, content_ptr);
|
rtsp_read_reply(s, reply, content_ptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user