mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
Improve some debug
This commit is contained in:
parent
6e0ffb0c47
commit
e04d58ee3a
12 changed files with 24 additions and 21 deletions
|
|
@ -72,7 +72,7 @@ DEFINE_RESAMPLER(copy,arch) \
|
|||
for (c = 0; c < r->channels; c++) { \
|
||||
const float *s = src[c]; \
|
||||
float *d = dst[c]; \
|
||||
memcpy(&d[offs], &s[index + n_taps2], \
|
||||
spa_memcpy(&d[offs], &s[index + n_taps2], \
|
||||
to_copy * sizeof(float)); \
|
||||
} \
|
||||
index += to_copy; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue