[vlc-commits] wingdi: do not set the invalid pictures flag

Rémi Denis-Courmont git at videolan.org
Fri Dec 21 08:03:41 CET 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Dec 21 00:06:16 2018 +0200| [f6c3e7b807ba0a7fc27f0b5f8b511bee2a43ebe5] | committer: Steve Lhomme

wingdi: do not set the invalid pictures flag

This plugin never sends the invalid pictures event.

Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f6c3e7b807ba0a7fc27f0b5f8b511bee2a43ebe5
---

 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 4cc97eb5fc..71aa5aabd4 100644
--- a/modules/video_output/win32/wingdi.c
+++ b/modules/video_output/win32/wingdi.c
@@ -107,7 +107,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->pool    = Pool;
     vd->prepare = NULL;



More information about the vlc-commits mailing list