]> git.sesse.net Git - vlc/commitdiff
SPUDEC : Bump up the capability value for the native decoder. This will be useful...
authorJai Menon <jmenon86@gmail.com>
Mon, 31 May 2010 13:42:58 +0000 (19:12 +0530)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 31 May 2010 13:47:02 +0000 (15:47 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/spudec/spudec.c

index fbbad9c8ec5496f95264a41a52b646439c25a788..8fa37be68bbe6ef943e21b5b169e964b44ad31fb 100644 (file)
@@ -49,7 +49,7 @@ static void Close         ( vlc_object_t * );
 vlc_module_begin ()
     set_description( N_("DVD subtitles decoder") )
     set_shortname( N_("DVD subtitles") )
-    set_capability( "decoder", 50 )
+    set_capability( "decoder", 75 )
     set_category( CAT_INPUT )
     set_subcategory( SUBCAT_INPUT_SCODEC )
     set_callbacks( DecoderOpen, Close )