vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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 <[email protected]> > 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; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
