]> git.sesse.net Git - vlc/commitdiff
ALL: Fix a few strings for the prefs.
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 12 May 2005 18:15:28 +0000 (18:15 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 12 May 2005 18:15:28 +0000 (18:15 +0000)
modules/codec/ffmpeg/ffmpeg.c
modules/codec/theora.c
modules/services_discovery/shout.c

index b01b92e9c3e5c6d4ac78441989eee9072a1faf0d..f56d596c0c1d95b54c8b4ed3489b2016f9352a2e 100644 (file)
@@ -76,7 +76,7 @@ static char *enc_hq_list_text[] = { N_("rd"), N_("bits"), N_("simple") };
  * Module descriptor
  *****************************************************************************/
 vlc_module_begin();
-    set_shortname( "ffmpeg");
+    set_shortname( "FFmpeg");
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_SCODEC );
     /* decoder main module */
index fb543a73495258f6e9aa9c61dec41d5f85f64903..1a08fa61d8a6cb45012b7109b185e1ffde603663 100644 (file)
@@ -95,6 +95,7 @@ static block_t *Encode( encoder_t *p_enc, picture_t *p_pict );
 vlc_module_begin();
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_VCODEC );
+    set_shorname( "Theora" );
     set_description( _("Theora video decoder") );
     set_capability( "decoder", 100 );
     set_callbacks( OpenDecoder, CloseDecoder );
index 5be04d9abafbb327d66dd5ae3b12630f6861f75a..b0ad6afbc58fc4eb0e0784bfb4f9214c3fe49a58 100644 (file)
@@ -61,6 +61,7 @@
 #define LIMIT_LONGTEXT LIMIT_TEXT
 
 vlc_module_begin();
+    set_shorname( "Shoutcast");
     set_description( _("Shoutcast radio listings") );
     set_category( CAT_PLAYLIST );
     set_subcategory( SUBCAT_PLAYLIST_SD );