mirror of https://github.com/mpv-player/mpv
parent
7023c383b2
commit
ea1caa474a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue