]> git.sesse.net Git - vlc/blobdiff - modules/demux/ty.c
Moves volume icon update in the timer
[vlc] / modules / demux / ty.c
index 8f17951ebaef4003608975d42246ec1a1828b5d1..1b76192a48d6534aa499d5a434af495515bd1b38 100644 (file)
@@ -32,7 +32,6 @@
  * Preamble
  *****************************************************************************/
 
-#include <stdlib.h>
 #include <vlc/vlc.h>
 #include <vlc_demux.h>
 #include "vlc_codec.h"
@@ -70,7 +69,7 @@ vlc_module_begin();
     set_description(_("TY Stream audio/video demux"));
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_DEMUX );
-    set_capability("demux2", 8);
+    set_capability("demux2", 6);
     /* FIXME: there seems to be a segfault when using PVR access
      * and TY demux has a bigger priority than PS
      * Something must be wrong.