Commit 371acd7c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Bump DVBsub priority above avcodec

Since now avcodec module accepts dvbsub, it is always taken, even if it
fails to decode...

Close #10655
parent 332f4b09
...@@ -119,7 +119,7 @@ vlc_module_begin () ...@@ -119,7 +119,7 @@ vlc_module_begin ()
# define DVBSUB_CFG_PREFIX "dvbsub-" # define DVBSUB_CFG_PREFIX "dvbsub-"
set_description( N_("DVB subtitles decoder") ) set_description( N_("DVB subtitles decoder") )
set_shortname( N_("DVB subtitles") ) set_shortname( N_("DVB subtitles") )
set_capability( "decoder", 50 ) set_capability( "decoder", 80 )
set_category( CAT_INPUT ) set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_SCODEC ) set_subcategory( SUBCAT_INPUT_SCODEC )
set_callbacks( Open, Close ) set_callbacks( Open, 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