aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/bformatdec.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-12-08 01:32:43 -0800
committerChris Robinson <[email protected]>2018-12-08 02:15:00 -0800
commit7695afe0cb3a01ac32f4c04bedb57b3225effd3a (patch)
treeee3f2ad9770e3623d7dd00f865fa105d34cf5d96 /Alc/bformatdec.h
parenta603cc906f6fb50a2636350c0aa52bfddea55661 (diff)
Clean up some more loops
Diffstat (limited to 'Alc/bformatdec.h')
-rw-r--r--Alc/bformatdec.h2
1 files changed, 1 insertions, 1 deletions
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);