Commit 4544aa26 authored by alex's avatar alex

use usleep instead sleep

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9044 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 47a3fb15
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment