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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 13727fad01..59b25591a9 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -623,7 +623,7 @@ static bool render_frame(struct vo *vo)
if (in->vsync_timed) {
// this is a heuristic that wakes the thread up some
// time before the next vsync
- target = next_vsync - MPMIN(in->vsync_interval / 3, 4e3);
+ target = next_vsync - MPMIN(in->vsync_interval / 2, 8e3);
// We are very late with the frame and using vsync timing: probably
// no new frames are coming in. This must be done whether or not