[vlc-commits] Direct3D: fix typo.
Felix Abecassis
git at videolan.org
Tue Jan 21 16:11:52 CET 2014
vlc | branch: master | Felix Abecassis <felix.abecassis at gmail.com> | Tue Jan 21 11:30:11 2014 +0100| [782a2fb89795dc087e0423e646f3a304ff6dfef0] | committer: Jean-Baptiste Kempf
Direct3D: fix typo.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=782a2fb89795dc087e0423e646f3a304ff6dfef0
---
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 415242c..d81d16e 100644
--- a/modules/video_output/msw/direct3d.c
+++ b/modules/video_output/msw/direct3d.c
@@ -160,7 +160,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