Mercurial > libavformat.hg
changeset 5571:3fd13093ca7c libavformat
Change on rtsp_send_cmd() to the _async() version since we don't use the
response anyway.
author | rbultje |
---|---|
date | Thu, 21 Jan 2010 20:01:11 +0000 |
parents | c1843162bd3d |
children | 820f0889bc45 |
files | rtsp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rtsp.c Thu Jan 21 19:50:40 2010 +0000 +++ b/rtsp.c Thu Jan 21 20:01:11 2010 +0000 @@ -1726,7 +1726,7 @@ 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);