Commit 4e30dba6 authored by mstorsjo's avatar mstorsjo

Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_content


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22663 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0545676f
......@@ -1034,9 +1034,7 @@ void ff_rtsp_send_cmd(AVFormatContext *s,
const char *cmd, RTSPMessageHeader *reply,
unsigned char **content_ptr)
{
ff_rtsp_send_cmd_async(s, cmd);
ff_rtsp_read_reply(s, reply, content_ptr, 0);
ff_rtsp_send_cmd_with_content(s, cmd, reply, content_ptr, NULL, 0);
}
void ff_rtsp_send_cmd_with_content(AVFormatContext *s,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment