aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ambdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ambdec.h')
-rw-r--r--Alc/ambdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ambdec.h b/Alc/ambdec.h
index 8a3befc1..0bb84072 100644
--- a/Alc/ambdec.h
+++ b/Alc/ambdec.h
@@ -17,7 +17,7 @@ typedef struct AmbDecConf {
ALuint ChanMask;
ALuint FreqBands; /* Must be 1 or 2 */
- ALuint NumSpeakers;
+ ALsizei NumSpeakers;
enum AmbDecScaleType CoeffScale;
ALfloat XOverFreq;