[vlc-devel] [PATCH v3 07/14] mmal: rename the decoder device to "mmal"
Steve Lhomme
robux4 at ycbcr.xyz
Thu Feb 13 16:44:48 CET 2020
This easier to set by users than "mmal-device".
---
modules/hw/mmal/decoder_device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/hw/mmal/decoder_device.c b/modules/hw/mmal/decoder_device.c
index cb92090c064..d9bf7b03dbd 100644
--- a/modules/hw/mmal/decoder_device.c
+++ b/modules/hw/mmal/decoder_device.c
@@ -39,7 +39,7 @@ static int OpenDecoderDevice(vlc_decoder_device *, vout_window_t *);
vlc_module_begin()
set_description(N_("MMAL"))
set_callback_dec_device(OpenDecoderDevice, 100)
- add_shortcut("mmal-device")
+ add_shortcut("mmal")
vlc_module_end()
--
2.17.1
More information about the vlc-devel
mailing list