[vlc-commits] direct3d11: code cleaning

Steve Lhomme git at videolan.org
Mon Sep 14 16:26:05 CEST 2015


vlc | branch: master | Steve Lhomme <robux4 at gmail.com> | Mon Sep 14 11:35:22 2015 +0200| [d79b65890c8a2971804cd741c4e9c23ea172c37d] | committer: Jean-Baptiste Kempf

direct3d11: code cleaning

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/video_output/msw/direct3d11.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/video_output/msw/direct3d11.c b/modules/video_output/msw/direct3d11.c
index c4f97e6..3730152 100644
--- a/modules/video_output/msw/direct3d11.c
+++ b/modules/video_output/msw/direct3d11.c
@@ -460,7 +460,6 @@ static int Open(vlc_object_t *object)
     info.is_slow              = fmt.i_chroma != VLC_CODEC_D3D11_OPAQUE;
     info.has_double_click     = true;
     info.has_hide_mouse       = false;
-    info.has_pictures_invalid = true;
     info.has_event_thread     = true;
     info.has_pictures_invalid = fmt.i_chroma != VLC_CODEC_D3D11_OPAQUE;
 



More information about the vlc-commits mailing list