Commit 9c740613 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Disable bandlimited resampler for the time being

It is known to crash due to invalid buffer handling. On Linux, I get
memory accesses before the start of the audio buffer. It also crashes
on Windows. Until someone cares to fix it, and I think it really never
worked correctly, lets use the "ugly" resampler, which is not too ugly.

This should fix #3631, #4366, #4491 and possibly others.
parent 3519dfc8
...@@ -58,5 +58,6 @@ SOURCES_bandlimited_resampler = \ ...@@ -58,5 +58,6 @@ SOURCES_bandlimited_resampler = \
SOURCES_ugly_resampler = resampler/ugly.c SOURCES_ugly_resampler = resampler/ugly.c
libvlc_LTLIBRARIES += \ libvlc_LTLIBRARIES += \
libbandlimited_resampler_plugin.la \
libugly_resampler_plugin.la libugly_resampler_plugin.la
EXTRA_LTLIBRARIES += \
libbandlimited_resampler_plugin.la
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