From 7695afe0cb3a01ac32f4c04bedb57b3225effd3a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 8 Dec 2018 01:32:43 -0800 Subject: Clean up some more loops --- 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 0d3fe611..56737a60 100644 --- a/Alc/bformatdec.h +++ b/Alc/bformatdec.h @@ -65,7 +65,7 @@ struct BFormatDec { DEF_NEWDEL(BFormatDec) }; -void bformatdec_reset(BFormatDec *dec, const AmbDecConf *conf, ALsizei chancount, ALuint srate, const ALsizei chanmap[MAX_OUTPUT_CHANNELS]); +void bformatdec_reset(BFormatDec *dec, const AmbDecConf *conf, ALsizei chancount, ALuint srate, const ALsizei (&chanmap)[MAX_OUTPUT_CHANNELS]); /* Decodes the ambisonic input to the given output channels. */ void bformatdec_process(BFormatDec *dec, ALfloat (*RESTRICT OutBuffer)[BUFFERSIZE], ALsizei OutChannels, const ALfloat (*RESTRICT InSamples)[BUFFERSIZE], ALsizei SamplesToDo); -- cgit v1.2.3