[vlc-devel] [PATCH] hds: remove duplicate shortcut
Zhao Zhili
wantlamy at gmail.com
Wed Feb 24 06:24:19 CET 2016
---
modules/stream_filter/hds/hds.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/stream_filter/hds/hds.c
b/modules/stream_filter/hds/hds.c
index 62f19ea..158817f 100644
--- a/modules/stream_filter/hds/hds.c
+++ b/modules/stream_filter/hds/hds.c
@@ -210,7 +210,6 @@ vlc_module_begin()
set_subcategory( SUBCAT_INPUT_STREAM_FILTER )
set_description( N_("HTTP Dynamic Streaming") )
set_shortname( "Dynamic Streaming")
- add_shortcut( "hds" )
set_capability( "stream_filter", 30 )
set_callbacks( Open, Close )
vlc_module_end()
--
1.9.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20160224/f317f7fa/attachment.html>
More information about the vlc-devel
mailing list