[vlc-commits] direct3d11: don't pretend we can handle RESET_PICTURES
Steve Lhomme
git at videolan.org
Wed Jan 16 13:40:18 CET 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jan 16 13:39:28 2019 +0100| [e02f6758fe463813152ad70ff20853cbcbc6b91f] | committer: Steve Lhomme
direct3d11: don't pretend we can handle RESET_PICTURES
The test for direct rendering in vout_wrapper will not be affected as it tests
has_pictures_invalid the same way it tests is_slow.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e02f6758fe463813152ad70ff20853cbcbc6b91f
---
modules/video_output/win32/direct3d11.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/video_output/win32/direct3d11.c b/modules/video_output/win32/direct3d11.c
index 8d1da4b2c9..fab7189779 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -420,7 +420,6 @@ static int Open(vout_display_t *vd, const vout_display_cfg_t *cfg,
msg_Dbg(vd, "Direct3D11 device adapter successfully initialized");
vd->info.has_double_click = true;
- vd->info.has_pictures_invalid = vd->info.is_slow;
vd->info.can_scale_spu = true;
if (var_InheritBool(vd, "direct3d11-hw-blending") &&
More information about the vlc-commits
mailing list