From ea1caa474a1b469791129c75e587f3ad837e450d Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Nov 2015 02:24:03 +0100 Subject: player: fix commit 50bb209a Well, this was stupid. --- player/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/video.c') diff --git a/player/video.c b/player/video.c index 682ead6944..6d04685953 100644 --- a/player/video.c +++ b/player/video.c @@ -949,7 +949,7 @@ static void handle_display_sync_frame(struct MPContext *mpctx, mpctx->display_sync_active = false; - if (!VS_IS_DISP(mode)) + if (!VS_IS_DISP(mode) || mpctx->display_sync_broken) return; bool resample = mode == VS_DISP_RESAMPLE || mode == VS_DISP_RESAMPLE_VDROP || mode == VS_DISP_RESAMPLE_NONE; -- cgit v1.2.3