From a4e4c285946ef854d02f6ae1dc07f984149ca093 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 25 Jan 2010 22:38:14 +0100 Subject: [PATCH] Set Shortname for Dirac and spudec --- modules/codec/dirac.c | 1 + modules/codec/spudec/spudec.c | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/codec/dirac.c b/modules/codec/dirac.c index 50b29e8b71..bfed3724ab 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 6b63100bc6..fbbad9c8ec 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 ) -- 2.39.2