[FFmpeg-cvslog] r9044 - trunk/libavformat/http.c
alex
subversion
Thu May 17 12:30:03 CEST 2007
Author: alex
Date: Thu May 17 12:30:03 2007
New Revision: 9044
Log:
use usleep instead sleep
Modified:
trunk/libavformat/http.c
Modified: trunk/libavformat/http.c
==============================================================================
--- trunk/libavformat/http.c (original)
+++ trunk/libavformat/http.c Thu May 17 12:30:03 2007
@@ -245,7 +245,7 @@ static int http_connect(URLContext *h, c
s->off = 0;
s->filesize = -1;
if (post) {
- sleep(1);
+ usleep(1000*1000);
return 0;
}
More information about the ffmpeg-cvslog
mailing list