[vlc-devel] commit: Add a shortname to USF subs decoder. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Jun 15 00:44:57 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 14 15:43:27 2008 -0700| [ecbf636873c480950be9ded1c66ab5b696c5b5ec]

Add a shortname to USF subs decoder.

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

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

diff --git a/modules/codec/subtitles/subsusf.c b/modules/codec/subtitles/subsusf.c
index 88e1569..657ae4a 100644
--- a/modules/codec/subtitles/subsusf.c
+++ b/modules/codec/subtitles/subsusf.c
@@ -48,6 +48,8 @@ static subpicture_region_t *LoadEmbeddedImage( decoder_t *p_dec, subpicture_t *p
 
 vlc_module_begin();
     set_capability( "decoder", 40 );
+    set_shortname( N_("USFSubs"));
+    set_description( N_("USF subtitles decoder") );
     set_callbacks( OpenDecoder, CloseDecoder );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_SCODEC );




More information about the vlc-devel mailing list