diff --git a/ffplay.c b/ffplay.c index f385ad8305..1b83bb5a71 100644 --- a/ffplay.c +++ b/ffplay.c @@ -1242,6 +1242,7 @@ retry: } /* display picture */ + if (!display_disable) video_display(is); /* update queue size and signal for next picture */ @@ -1260,6 +1261,7 @@ retry: than nothing, just to test the implementation */ /* display picture */ + if (!display_disable) video_display(is); } if (show_status) {