From 88a8bf903b08cd93ea7028a4c726f39e4cde7c79 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 25 Aug 2019 15:36:40 -0700 Subject: Use size_t for the post-process sample length --- alc/bs2b.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alc/bs2b.h') 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 */ -- cgit v1.2.3