[vlc-devel] commit: Prefer downmixing from channel extracting. (Antoine Cellerier )

git version control git at videolan.org
Sat Aug 23 18:35:12 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Aug 23 18:36:52 2008 +0200| [9107e1e0bcfa6b31cedeafd3dea257b14dbffd67] | committer: Antoine Cellerier 

Prefer downmixing from channel extracting.

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

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

diff --git a/modules/audio_filter/channel_mixer/mono.c b/modules/audio_filter/channel_mixer/mono.c
index c905d34..6b9cb6c 100644
--- a/modules/audio_filter/channel_mixer/mono.c
+++ b/modules/audio_filter/channel_mixer/mono.c
@@ -112,9 +112,9 @@ static const uint32_t pi_channels_out[] =
  *****************************************************************************/
 vlc_module_begin();
     set_description( N_("Audio filter for stereo to mono conversion") );
-    set_capability( "audio filter2", 0 );
+    set_capability( "audio filter2", 1 );
 
-    add_bool( MONO_CFG "downmix", false, NULL, MONO_DOWNMIX_TEXT,
+    add_bool( MONO_CFG "downmix", true, NULL, MONO_DOWNMIX_TEXT,
               MONO_DOWNMIX_LONGTEXT, false );
     add_integer( MONO_CFG "channel", -1, NULL, MONO_CHANNEL_TEXT,
         MONO_CHANNEL_LONGTEXT, false );




More information about the vlc-devel mailing list