aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-09-17 01:43:02 -0700
committerChris Robinson <[email protected]>2018-09-17 04:07:56 -0700
commit7f4441ffbe072c45ea5a141fc126d81095fe7fca (patch)
treee91a7f1194bb377bed9c226ecdb0b14e62ae41bb /OpenAL32/Include
parent8bacb5dfb8ef910586fcf5b5cd89526ec81061e8 (diff)
Handle the bsinc C resampler like the others
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index c3e6ba12..8c395ded 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -74,7 +74,7 @@ extern enum Resampler ResamplerDefault;
typedef struct BsincState {
ALfloat sf; /* Scale interpolation factor. */
ALsizei m; /* Coefficient count. */
- ALint l; /* Left coefficient offset. */
+ ALsizei l; /* Left coefficient offset. */
/* Filter coefficients, followed by the scale, phase, and scale-phase
* delta coefficients. Starting at phase index 0, each subsequent phase
* index follows contiguously.