]> git.sesse.net Git - ffmpeg/blobdiff - ffplay.c
prores: fixes a few prores 4444 samples
[ffmpeg] / ffplay.c
index a9013ace9e8cae9cdbb274c7eceffac7715df67d..29e1120d8849a4b7778fb0111489731d2ce5362e 100644 (file)
--- a/ffplay.c
+++ b/ffplay.c
@@ -1133,7 +1133,7 @@ retry:
             }
             if((framedrop>0 || (framedrop && is->audio_st)) && time > next_target){
                 is->skip_frames *= 1.0 + FRAME_SKIP_FACTOR;
-                if(is->pictq_size > 1 || time > next_target + 0.5){
+                if(is->pictq_size > 1){
                     /* update queue size and signal for next picture */
                     if (++is->pictq_rindex == VIDEO_PICTURE_QUEUE_SIZE)
                         is->pictq_rindex = 0;