summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 2 insertions, 0 deletions
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) {