Commit d407ed2a authored by Jean-Paul Saman's avatar Jean-Paul Saman

Do not select mono filter automatically

parent face3fa4
......@@ -111,7 +111,7 @@ static const uint32_t pi_channels_out[] =
*****************************************************************************/
vlc_module_begin();
set_description( _("Audio filter for stereo to mono conversion") );
set_capability( "audio filter2", 5 );
set_capability( "audio filter2", 0 );
add_bool( MONO_CFG "downmix", VLC_FALSE, NULL, MONO_DOWNMIX_TEXT,
MONO_DOWNMIX_LONGTEXT, VLC_FALSE );
......
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