Commit 1a559bd2 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fix two typos introduced in [10984]

parent 8a966579
...@@ -95,7 +95,7 @@ static block_t *Encode( encoder_t *p_enc, picture_t *p_pict ); ...@@ -95,7 +95,7 @@ static block_t *Encode( encoder_t *p_enc, picture_t *p_pict );
vlc_module_begin(); vlc_module_begin();
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_VCODEC ); set_subcategory( SUBCAT_INPUT_VCODEC );
set_shorname( "Theora" ); set_shortname( "Theora" );
set_description( _("Theora video decoder") ); set_description( _("Theora video decoder") );
set_capability( "decoder", 100 ); set_capability( "decoder", 100 );
set_callbacks( OpenDecoder, CloseDecoder ); set_callbacks( OpenDecoder, CloseDecoder );
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
#define LIMIT_LONGTEXT LIMIT_TEXT #define LIMIT_LONGTEXT LIMIT_TEXT
vlc_module_begin(); vlc_module_begin();
set_shorname( "Shoutcast"); set_shortname( "Shoutcast");
set_description( _("Shoutcast radio listings") ); set_description( _("Shoutcast radio listings") );
set_category( CAT_PLAYLIST ); set_category( CAT_PLAYLIST );
set_subcategory( SUBCAT_PLAYLIST_SD ); set_subcategory( SUBCAT_PLAYLIST_SD );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment