From b3242010d872f4c8b9fb080d710544b74c3353c7 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 13 Mar 2012 23:36:31 +0000 Subject: [PATCH] resampler: Drop bogus assert with libsamplerate. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=47156 --- src/pulsecore/resampler.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pulsecore/resampler.c b/src/pulsecore/resampler.c index 6676943..3034a48 100644 --- a/src/pulsecore/resampler.c +++ b/src/pulsecore/resampler.c @@ -1270,7 +1270,6 @@ static void libsamplerate_resample(pa_resampler *r, const pa_memchunk *input, un data.end_of_input = 0; pa_assert_se(src_process(r->src.state, &data) == 0); - pa_assert((unsigned) data.input_frames_used == in_n_frames); pa_memblock_release(input->memblock); pa_memblock_release(output->memblock); -- 1.7.9.3