[vlc-devel] commit: Set Shortname for Dirac and spudec (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Jan 25 22:47:08 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan 25 22:38:14 2010 +0100| [a4e4c285946ef854d02f6ae1dc07f984149ca093] | committer: Jean-Baptiste Kempf
Set Shortname for Dirac and spudec
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a4e4c285946ef854d02f6ae1dc07f984149ca093
---
modules/codec/dirac.c | 1 +
modules/codec/spudec/spudec.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/codec/dirac.c b/modules/codec/dirac.c
index 50b29e8..bfed372 100644
--- a/modules/codec/dirac.c
+++ b/modules/codec/dirac.c
@@ -204,6 +204,7 @@ vlc_module_begin()
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_VCODEC )
set_description( N_("Dirac video encoder using dirac-research library") )
+ set_shortname( "Dirac" )
set_capability( "encoder", 100 )
set_callbacks( OpenEncoder, CloseEncoder )
diff --git a/modules/codec/spudec/spudec.c b/modules/codec/spudec/spudec.c
index 6b63100..fbbad9c 100644
--- a/modules/codec/spudec/spudec.c
+++ b/modules/codec/spudec/spudec.c
@@ -48,6 +48,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_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_SCODEC )
More information about the vlc-devel
mailing list