[vlc-commits] HDS: remove shortcut and unnecessary include

Jean-Baptiste Kempf git at videolan.org
Fri Mar 11 16:15:36 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Mar 11 16:14:47 2016 +0100| [398f9f7fca0ca0cb7af4203889f3dfdf932dda57] | committer: Jean-Baptiste Kempf

HDS: remove shortcut and unnecessary include

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

 modules/stream_filter/hds/hds.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/stream_filter/hds/hds.c b/modules/stream_filter/hds/hds.c
index 62f19ea..0bc7a39 100644
--- a/modules/stream_filter/hds/hds.c
+++ b/modules/stream_filter/hds/hds.c
@@ -24,8 +24,6 @@
 # include "config.h"
 #endif
 
-#include <limits.h> /* INT_MAX */
-
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_stream.h>
@@ -210,7 +208,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()



More information about the vlc-commits mailing list