]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/http.c
Set subtitle codec id correctly, i hope this does not break anything.
[ffmpeg] / libavformat / http.c
index 240840a27162ee1ee1dc2e4718347a3c0eecb4f0..4dcc7d2548a8880aa442707a65a8d314473f9bbc 100644 (file)
@@ -247,7 +247,6 @@ static int http_connect(URLContext *h, const char *path, const char *hoststr,
     s->off = 0;
     s->filesize = -1;
     if (post) {
-        usleep(1000*1000);
         return 0;
     }