Browse Source

Do usleep(10000) when all demuxers returned EAGAIN.

Originally committed as revision 17784 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer 16 years ago
parent
commit
d61f30a7a0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ffmpeg.c

+ 1 - 0
ffmpeg.c

@@ -2086,6 +2086,7 @@ static int av_encode(AVFormatContext **output_files,
             if(no_packet_count){
                 no_packet_count=0;
                 memset(no_packet, 0, sizeof(no_packet));
+                usleep(10000);
                 continue;
             }
             break;