From: Antoine Cellerier Date: Sat, 23 Aug 2008 16:44:07 +0000 (+0200) Subject: Prefer mono over trivial (in case trivial somehow wants to work). X-Git-Tag: 0.9.0~69 X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=19b7dc4cfd41a51adff23b20a2ee8753d08c30bc Prefer mono over trivial (in case trivial somehow wants to work). --- diff --git a/modules/audio_filter/channel_mixer/mono.c b/modules/audio_filter/channel_mixer/mono.c index 6b9cb6cc68..fbea2dd5ec 100644 --- a/modules/audio_filter/channel_mixer/mono.c +++ b/modules/audio_filter/channel_mixer/mono.c @@ -112,7 +112,7 @@ static const uint32_t pi_channels_out[] = *****************************************************************************/ vlc_module_begin(); set_description( N_("Audio filter for stereo to mono conversion") ); - set_capability( "audio filter2", 1 ); + set_capability( "audio filter2", 2 ); add_bool( MONO_CFG "downmix", true, NULL, MONO_DOWNMIX_TEXT, MONO_DOWNMIX_LONGTEXT, false );