diff options
Diffstat (limited to 'libavformat/http.c')
-rw-r--r-- | libavformat/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/http.c b/libavformat/http.c index b28a56f7ea..6a509dc6aa 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -245,7 +245,7 @@ static int http_connect(URLContext *h, const char *path, const char *hoststr, s->off = 0; s->filesize = -1; if (post) { - sleep(1); + usleep(1000*1000); return 0; } |