Commit 09399f3f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Provide a better name for the mono downmixer

parent 28dcca75
...@@ -99,7 +99,7 @@ static const char *const ppsz_pos_descriptions[] = ...@@ -99,7 +99,7 @@ static const char *const ppsz_pos_descriptions[] =
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
vlc_module_begin () vlc_module_begin ()
set_description( N_("Audio filter for stereo to mono conversion") ) set_description( N_("Stereo to mono downmixer") )
set_capability( "audio filter", 0 ) set_capability( "audio filter", 0 )
set_category( CAT_AUDIO ) set_category( CAT_AUDIO )
set_subcategory( SUBCAT_AUDIO_AFILTER ) set_subcategory( SUBCAT_AUDIO_AFILTER )
......
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