diff options
Diffstat (limited to 'Alc/bformatdec.h')
-rw-r--r-- | Alc/bformatdec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/bformatdec.h b/Alc/bformatdec.h index e78d89a7..2fd38ac5 100644 --- a/Alc/bformatdec.h +++ b/Alc/bformatdec.h @@ -44,6 +44,6 @@ typedef struct BandSplitter { void bandsplit_init(BandSplitter *splitter, ALfloat freq_mult); void bandsplit_clear(BandSplitter *splitter); void bandsplit_process(BandSplitter *splitter, ALfloat *restrict hpout, ALfloat *restrict lpout, - const ALfloat *input, ALuint count); + const ALfloat *input, ALsizei count); #endif /* BFORMATDEC_H */ |