[pulseaudio-discuss] [PATCH 5/4] Removed leftover bits referring to soxr-lq.
Andrey Semashev
andrey.semashev at gmail.com
Fri Nov 14 15:56:48 PST 2014
---
These bits were left by accident when I was removing the soxr-lq from my patches.
src/pulsecore/resampler.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/pulsecore/resampler.c b/src/pulsecore/resampler.c
index 8974db3..17919a3 100644
--- a/src/pulsecore/resampler.c
+++ b/src/pulsecore/resampler.c
@@ -112,12 +112,10 @@ static int (* const init_table[])(pa_resampler *r) = {
[PA_RESAMPLER_COPY] = copy_init,
[PA_RESAMPLER_PEAKS] = pa_resampler_peaks_init,
#ifdef HAVE_SOXR
- [PA_RESAMPLER_SOXR_LQ] = pa_resampler_soxr_init,
[PA_RESAMPLER_SOXR_MQ] = pa_resampler_soxr_init,
[PA_RESAMPLER_SOXR_HQ] = pa_resampler_soxr_init,
[PA_RESAMPLER_SOXR_VHQ] = pa_resampler_soxr_init,
#else
- [PA_RESAMPLER_SOXR_LQ] = NULL,
[PA_RESAMPLER_SOXR_MQ] = NULL,
[PA_RESAMPLER_SOXR_HQ] = NULL,
[PA_RESAMPLER_SOXR_VHQ] = NULL,
--
2.1.0
More information about the pulseaudio-discuss
mailing list