[vlc-devel] [PATCH 09/23] Maemo: disable audio stretch by default

Rémi Denis-Courmont remi at remlab.net
Sat Oct 3 19:52:16 CEST 2009


This consumes too many CPU cycles for a corner use case.
---
 src/libvlc-module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 153b4b7..23a227b 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1551,7 +1551,7 @@ vlc_module_begin ()
     add_bool( "audio-replay-gain-peak-protection", true, NULL,
               AUDIO_REPLAY_GAIN_PEAK_PROTECTION_TEXT, AUDIO_REPLAY_GAIN_PEAK_PROTECTION_LONGTEXT, true )
 
-    add_bool( "audio-time-stretch", true, NULL,
+    add_bool( "audio-time-stretch", false, NULL,
               AUDIO_TIME_STRETCH_TEXT, AUDIO_TIME_STRETCH_LONGTEXT, false )
 
     set_subcategory( SUBCAT_AUDIO_AOUT )
-- 
1.6.4.3




More information about the vlc-devel mailing list