Commit 19b821f2 authored by Jai Menon's avatar Jai Menon Committed by Jean-Baptiste Kempf

SPUDEC : Bump up the capability value for the native decoder. This will be...

SPUDEC : Bump up the capability value for the native decoder. This will be useful in the case where we want to selectively enable DVD subtitle decoding through libavcodec, but override it by default.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c6ab3932
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment