mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
resample: remove old debug variable
This commit is contained in:
parent
83f2e890ad
commit
7267a6bc34
1 changed files with 0 additions and 1 deletions
|
|
@ -90,7 +90,6 @@ DEFINE_RESAMPLER(full,arch) \
|
||||||
uint32_t index, phase, n_phases = data->out_rate; \
|
uint32_t index, phase, n_phases = data->out_rate; \
|
||||||
uint32_t c, o, olen = *out_len, ilen = *in_len; \
|
uint32_t c, o, olen = *out_len, ilen = *in_len; \
|
||||||
uint32_t inc = data->inc, frac = data->frac; \
|
uint32_t inc = data->inc, frac = data->frac; \
|
||||||
static int cnt = 0; \
|
|
||||||
\
|
\
|
||||||
if (r->channels == 0) \
|
if (r->channels == 0) \
|
||||||
return; \
|
return; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue