Improve some debug

This commit is contained in:
Wim Taymans 2019-10-02 18:02:07 +02:00
parent 6e0ffb0c47
commit e04d58ee3a
12 changed files with 24 additions and 21 deletions

View file

@ -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; \