Commit 4426b658 authored by rbultje's avatar rbultje

Change on rtsp_send_cmd() to the _async() version since we don't use the

response anyway.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21370 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 04b0b96c
......@@ -1726,7 +1726,7 @@ static int rtsp_read_close(AVFormatContext *s)
snprintf(cmd, sizeof(cmd),
"TEARDOWN %s RTSP/1.0\r\n",
s->filename);
rtsp_send_cmd(s, cmd, reply, NULL);
rtsp_send_cmd_async(s, cmd, reply, NULL);
rtsp_close_streams(rt);
url_close(rt->rtsp_hd);
......
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