]> git.sesse.net Git - vlc/commitdiff
* fix two typos introduced in [10984]
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 12 May 2005 18:49:54 +0000 (18:49 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 12 May 2005 18:49:54 +0000 (18:49 +0000)
modules/codec/theora.c
modules/services_discovery/shout.c

index 1a08fa61d8a6cb45012b7109b185e1ffde603663..8149c6c66a983873b654478cf6c518dbe1bf49a6 100644 (file)
@@ -95,7 +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_shortname( "Theora" );
     set_description( _("Theora video decoder") );
     set_capability( "decoder", 100 );
     set_callbacks( OpenDecoder, CloseDecoder );
index b0ad6afbc58fc4eb0e0784bfb4f9214c3fe49a58..c0f3890ccfad15d8f39fff63c3b2d339b7b9cfd0 100644 (file)
@@ -61,7 +61,7 @@
 #define LIMIT_LONGTEXT LIMIT_TEXT
 
 vlc_module_begin();
-    set_shorname( "Shoutcast");
+    set_shortname( "Shoutcast");
     set_description( _("Shoutcast radio listings") );
     set_category( CAT_PLAYLIST );
     set_subcategory( SUBCAT_PLAYLIST_SD );