[vlc-commits] nvdec: rename the decoder device to "nvdec"
Steve Lhomme
git at videolan.org
Fri Feb 14 15:09:35 CET 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Feb 13 16:04:44 2020 +0100| [84e470eae91dbd8a9a0ec8e8e96e07ef67fc9849] | committer: Steve Lhomme
nvdec: rename the decoder device to "nvdec"
This is easier to set by users than "nvdec-device".
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84e470eae91dbd8a9a0ec8e8e96e07ef67fc9849
---
modules/hw/nvdec/nvdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/hw/nvdec/nvdec.c b/modules/hw/nvdec/nvdec.c
index 19b45e2529..0e7c784487 100644
--- a/modules/hw/nvdec/nvdec.c
+++ b/modules/hw/nvdec/nvdec.c
@@ -67,7 +67,7 @@ vlc_module_begin ()
set_callbacks(OpenDecoder, CloseDecoder)
add_submodule()
set_callback_dec_device(DecoderContextOpen, 3)
- add_shortcut("nvdec-device")
+ add_shortcut("nvdec")
vlc_module_end ()
/* */
More information about the vlc-commits
mailing list