[vlc-devel] [PATCH v3 05/14] direct3d11: rename the decoder device to "d3d11"
Steve Lhomme
robux4 at ycbcr.xyz
Thu Feb 13 16:44:46 CET 2020
This easier to set by users than "d3d11-device".
---
modules/hw/d3d11/d3d11_filters.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/hw/d3d11/d3d11_filters.c b/modules/hw/d3d11/d3d11_filters.c
index 368e24cc5ea..c38dcb2316c 100644
--- a/modules/hw/d3d11/d3d11_filters.c
+++ b/modules/hw/d3d11/d3d11_filters.c
@@ -616,6 +616,6 @@ vlc_module_begin()
/* LEGACY, the d3dcontext and swapchain were given by the host app */
add_integer("winrt-d3dcontext", 0x0, NULL, NULL, true) /* ID3D11DeviceContext* */
#endif /* VLC_WINSTORE_APP */
- add_shortcut ("d3d11-device")
+ add_shortcut ("d3d11")
vlc_module_end()
--
2.17.1
More information about the vlc-devel
mailing list