[vlc-devel] [PATCH 2/2] wingdi: do not set the invalid pictures flag
RĂ©mi Denis-Courmont
remi at remlab.net
Thu Dec 20 23:06:16 CET 2018
This plugin never sends the invalid pictures event.
---
modules/video_output/win32/wingdi.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/video_output/win32/wingdi.c b/modules/video_output/win32/wingdi.c
index 0da62df9ee..86fe25d1ce 100644
--- a/modules/video_output/win32/wingdi.c
+++ b/modules/video_output/win32/wingdi.c
@@ -109,7 +109,6 @@ static int Open(vout_display_t *vd, const vout_display_cfg_t *cfg,
/* */
vd->info.has_double_click = true;
- vd->info.has_pictures_invalid = true;
vd->prepare = Prepare;
vd->display = Display;
--
2.20.1
More information about the vlc-devel
mailing list