[vlc-commits] speex: speex resampler is broken, drop priority to zero

Rémi Denis-Courmont git at videolan.org
Tue Jul 24 16:45:20 CEST 2012


vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jul 24 17:42:56 2012 +0300| [cedced8c5840f1cbf00f8906d68b9bd9c387bd2e] | committer: Rémi Denis-Courmont

speex: speex resampler is broken, drop priority to zero

The library introduces noise in unclear circumstances. There does not
seem to be any problem on VLC side though. I do not have time and
expertise to troubleshoot this.

(adapted from commit 27a3a08018581aab3e53b92f0ce09e680c969373)

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

 modules/audio_filter/resampler/speex.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/audio_filter/resampler/speex.c b/modules/audio_filter/resampler/speex.c
index cc00e86..4b37c58 100644
--- a/modules/audio_filter/resampler/speex.c
+++ b/modules/audio_filter/resampler/speex.c
@@ -44,7 +44,7 @@ vlc_module_begin ()
     add_integer ("speex-resampler-quality", 4,
                  QUALITY_TEXT, QUALITY_LONGTEXT, true)
         change_integer_range (0, 10)
-    set_capability ("audio filter", 50)
+    set_capability ("audio filter", 0)
     set_callbacks (Open, Close)
 vlc_module_end ()
 



More information about the vlc-commits mailing list