changeset 2863:94a0369ed3f5 libavformat

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.
author michael
date Fri, 28 Dec 2007 03:32:32 +0000
parents 5e3ba0ab8782
children 254eb8cf1c27
files http.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/http.c	Thu Dec 27 01:38:50 2007 +0000
+++ b/http.c	Fri Dec 28 03:32:32 2007 +0000
@@ -247,7 +247,6 @@
     s->off = 0;
     s->filesize = -1;
     if (post) {
-        usleep(1000*1000);
         return 0;
     }