vlc | branch: master | Steve Lhomme <[email protected]> | Thu Feb 13 16:04:08 
2020 +0100| [54ed11669df3b76cc1f75f38b8432a79b4338adc] | committer: Steve Lhomme

mmal: rename the decoder device to "mmal"

This easier to set by users than "mmal-device".

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=54ed11669df3b76cc1f75f38b8432a79b4338adc
---

 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 cb92090c06..d9bf7b03db 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()
 
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to