[vlc-devel] commit: Prefer mono over trivial (in case trivial somehow wants to work). ( Antoine Cellerier )

git version control git at videolan.org
Sat Aug 23 18:43:55 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Aug 23 18:44:07 2008 +0200| [19b7dc4cfd41a51adff23b20a2ee8753d08c30bc] | committer: Antoine Cellerier 

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=19b7dc4cfd41a51adff23b20a2ee8753d08c30bc
---

 modules/audio_filter/channel_mixer/mono.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/audio_filter/channel_mixer/mono.c b/modules/audio_filter/channel_mixer/mono.c
index 6b9cb6c..fbea2dd 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 );




More information about the vlc-devel mailing list