forked from FFmpeg/FFmpeg
Do usleep(10000) when all demuxers returned EAGAIN.
Originally committed as revision 17784 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ded0149948
commit
d61f30a7a0
1 changed files with 1 additions and 0 deletions
1
ffmpeg.c
1
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue