aboutsummaryrefslogtreecommitdiffstats
path: root/alc/bs2b.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/bs2b.h')
-rw-r--r--alc/bs2b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/bs2b.h b/alc/bs2b.h
index d9bcc172..df717cd4 100644
--- a/alc/bs2b.h
+++ b/alc/bs2b.h
@@ -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 */