resample: remove old debug variable

This commit is contained in:
Wim Taymans 2020-02-13 20:11:39 +01:00
parent 83f2e890ad
commit 7267a6bc34

View file

@ -90,7 +90,6 @@ DEFINE_RESAMPLER(full,arch) \
uint32_t index, phase, n_phases = data->out_rate; \
uint32_t c, o, olen = *out_len, ilen = *in_len; \
uint32_t inc = data->inc, frac = data->frac; \
static int cnt = 0; \
\
if (r->channels == 0) \
return; \