[vlc-commits] Direct3D: fix typo.

Felix Abecassis git at videolan.org
Wed Jan 22 11:21:30 CET 2014


vlc/vlc-2.1 | branch: master | Felix Abecassis <felix.abecassis at gmail.com> | Tue Jan 21 11:30:11 2014 +0100| [6901782de9096ba71c6a6c39489b59d12a147eb4] | committer: Jean-Baptiste Kempf

Direct3D: fix typo.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 3b7529dcbabd43745c40ab0590e6c8b470d086f0)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/video_output/msw/direct3d.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/msw/direct3d.c b/modules/video_output/msw/direct3d.c
index 2078161..e1dd62d 100644
--- a/modules/video_output/msw/direct3d.c
+++ b/modules/video_output/msw/direct3d.c
@@ -161,7 +161,7 @@ static int Open(vlc_object_t *object)
 
     sys->use_desktop = var_CreateGetBool(vd, "video-wallpaper");
     sys->reset_device = false;
-    sys->reset_device = false;
+    sys->reopen_device = false;
     sys->allow_hw_yuv = var_CreateGetBool(vd, "directx-hw-yuv");
     sys->desktop_save.is_fullscreen = vd->cfg->is_fullscreen;
     sys->desktop_save.is_on_top     = false;



More information about the vlc-commits mailing list