summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.c')
-rw-r--r--video/out/vo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 2926167b1e..5bc34c0f1b 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -618,6 +618,7 @@ static bool render_frame(struct vo *vo)
in->current_frame = in->frame_queued;
in->frame_queued = NULL;
} else if (in->paused || !in->current_frame || !in->hasframe ||
+ in->current_frame->num_vsyncs < 1 ||
(!in->vsync_timed && !in->current_frame->display_synced))
{
goto done;