[vlc-commits] Provide a better name for the mono downmixer
Jean-Baptiste Kempf
git at videolan.org
Mon Aug 19 15:28:16 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 19 15:28:00 2013 +0200| [09399f3fa3650f08f52ef1ed77a850735b9cbcf1] | committer: Jean-Baptiste Kempf
Provide a better name for the mono downmixer
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=09399f3fa3650f08f52ef1ed77a850735b9cbcf1
---
modules/audio_filter/channel_mixer/mono.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/audio_filter/channel_mixer/mono.c b/modules/audio_filter/channel_mixer/mono.c
index fa86589..4ccbf51 100644
--- a/modules/audio_filter/channel_mixer/mono.c
+++ b/modules/audio_filter/channel_mixer/mono.c
@@ -99,7 +99,7 @@ static const char *const ppsz_pos_descriptions[] =
* Module descriptor
*****************************************************************************/
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_category( CAT_AUDIO )
set_subcategory( SUBCAT_AUDIO_AFILTER )
More information about the vlc-commits
mailing list