From f5cc003a66b845bdedae42d323b93ea816cfacdc Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 23 Nov 2012 11:44:54 +0200 Subject: [PATCH 1/1] gpulib: check mode change on blank --- plugins/gpulib/vout_pl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/gpulib/vout_pl.c b/plugins/gpulib/vout_pl.c index a49371aa..49f53d60 100644 --- a/plugins/gpulib/vout_pl.c +++ b/plugins/gpulib/vout_pl.c @@ -95,6 +95,7 @@ void vout_blank(void) w *= 2; h *= 2; } + check_mode_change(0); cbs->pl_vout_flip(NULL, 1024, gpu.status.rgb24, w, h); } -- 2.39.2