Commit 19b7dc4c authored by Antoine Cellerier's avatar Antoine Cellerier

Prefer mono over trivial (in case trivial somehow wants to work).

parent 464b947a
...@@ -112,7 +112,7 @@ static const uint32_t pi_channels_out[] = ...@@ -112,7 +112,7 @@ static const uint32_t pi_channels_out[] =
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_description( N_("Audio filter for stereo to mono conversion") ); 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, add_bool( MONO_CFG "downmix", true, NULL, MONO_DOWNMIX_TEXT,
MONO_DOWNMIX_LONGTEXT, false ); MONO_DOWNMIX_LONGTEXT, 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