[vlc-commits] direct3d11: make the module more prioritary then D3D9 and OpenGL
Steve Lhomme
git at videolan.org
Thu Aug 10 21:13:15 CEST 2017
vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Thu Aug 10 14:40:04 2017 +0200| [3d76af6ddf2559b6ebb97e220405bfd128f03a7b] | committer: Jean-Baptiste Kempf
direct3d11: make the module more prioritary then D3D9 and OpenGL
It won't be used on older systems unless forced.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3d76af6ddf2559b6ebb97e220405bfd128f03a7b
---
modules/video_output/win32/direct3d11.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/win32/direct3d11.c b/modules/video_output/win32/direct3d11.c
index 13ef64617d..505cbfd910 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -80,7 +80,7 @@ vlc_module_begin ()
add_integer("winrt-swapchain", 0x0, NULL, NULL, true); /* IDXGISwapChain1* */
#endif
- set_capability("vout display", 240)
+ set_capability("vout display", 300)
add_shortcut("direct3d11")
set_callbacks(Open, Close)
vlc_module_end ()
More information about the vlc-commits
mailing list