[vlc-commits] commit: 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. (Jai Menon )

git at videolan.org git at videolan.org
Mon May 31 15:47:24 CEST 2010


vlc | branch: master | Jai Menon <jmenon86 at gmail.com> | Mon May 31 19:30:58 2010 +0530| [19b821f24540b55c7aabdea374942dc6ece966d3] | committer: Jean-Baptiste Kempf 

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: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/codec/spudec/spudec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/spudec/spudec.c b/modules/codec/spudec/spudec.c
index fbbad9c..8fa37be 100644
--- a/modules/codec/spudec/spudec.c
+++ b/modules/codec/spudec/spudec.c
@@ -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 )



More information about the vlc-commits mailing list