summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ffmpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index a78c8c6a76..6dcc68a8b7 100644
--- a/ffmpeg.c
+++ b/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;