diff options
Diffstat (limited to 'alc/bs2b.h')
-rw-r--r-- | alc/bs2b.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,6 +84,6 @@ int bs2b_get_srate(bs2b *bs2b); /* Clear buffer */ void bs2b_clear(bs2b *bs2b); -void bs2b_cross_feed(bs2b *bs2b, float *Left, float *Right, int SamplesToDo); +void bs2b_cross_feed(bs2b *bs2b, float *Left, float *Right, size_t SamplesToDo); #endif /* BS2B_H */ |