[FFmpeg-cvslog] r11336 - trunk/libavformat/http.c
michael
subversion
Fri Dec 28 04:32:33 CET 2007
Author: michael
Date: Fri Dec 28 04:32:32 2007
New Revision: 11336
Log:
Revert hack which should have never been commited.
------------------------------------------------------------------------
r464 | philipjsg | 2002-05-09 03:19:15 +0200 (Thu, 09 May 2002) | 3 lines
* Add a sleep when doing the post to ffserver. Yes, this is the wrong
solution.
Modified:
trunk/libavformat/http.c
Modified: trunk/libavformat/http.c
==============================================================================
--- trunk/libavformat/http.c (original)
+++ trunk/libavformat/http.c Fri Dec 28 04:32:32 2007
@@ -247,7 +247,6 @@ static int http_connect(URLContext *h, c
s->off = 0;
s->filesize = -1;
if (post) {
- usleep(1000*1000);
return 0;
}
More information about the ffmpeg-cvslog
mailing list