[FFmpeg-cvslog] r21370 - trunk/libavformat/rtsp.c

rbultje subversion
Thu Jan 21 21:01:12 CET 2010


Author: rbultje
Date: Thu Jan 21 21:01:11 2010
New Revision: 21370

Log:
Change on rtsp_send_cmd() to the _async() version since we don't use the
response anyway.

Modified:
   trunk/libavformat/rtsp.c

Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c	Thu Jan 21 20:50:40 2010	(r21369)
+++ trunk/libavformat/rtsp.c	Thu Jan 21 21:01:11 2010	(r21370)
@@ -1726,7 +1726,7 @@ static int rtsp_read_close(AVFormatConte
     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);



More information about the ffmpeg-cvslog mailing list