From 410a5ca62129f03ba7cfc091fa63fc451cdfc24f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 5 Jun 2019 18:54:17 -0700 Subject: Make RealMixParams channel count unsigned --- Alc/bformatdec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc/bformatdec.h') diff --git a/Alc/bformatdec.h b/Alc/bformatdec.h index ef81b41d..4693fd4b 100644 --- a/Alc/bformatdec.h +++ b/Alc/bformatdec.h @@ -43,7 +43,7 @@ public: const ALsizei (&chanmap)[MAX_OUTPUT_CHANNELS]); /* Decodes the ambisonic input to the given output channels. */ - void process(FloatBufferLine *OutBuffer, const ALsizei OutChannels, + void process(FloatBufferLine *OutBuffer, const ALuint OutChannels, const FloatBufferLine *InSamples, const ALsizei SamplesToDo); /* Retrieves per-order HF scaling factors for "upsampling" ambisonic data. */ -- cgit v1.2.3