]> git.sesse.net Git - vlc/commitdiff
Prefer mono over trivial (in case trivial somehow wants to work).
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 23 Aug 2008 16:44:07 +0000 (18:44 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 23 Aug 2008 16:44:07 +0000 (18:44 +0200)
modules/audio_filter/channel_mixer/mono.c

index 6b9cb6cc6842a5a38cfe12d17f1b857339fa5a72..fbea2dd5ec9ae38fc813e6eeba0b94852b042019 100644 (file)
@@ -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 );