aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r--alc/hrtf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/hrtf.h b/alc/hrtf.h
index 0762ee7d..3298b11f 100644
--- a/alc/hrtf.h
+++ b/alc/hrtf.h
@@ -104,7 +104,7 @@ void GetHrtfCoeffs(const HrtfStore *Hrtf, float elevation, float azimuth, float
* ordered and scaled according to the matrix input.
*/
void BuildBFormatHrtf(const HrtfStore *Hrtf, DirectHrtfState *state,
- const al::span<const AngularPoint> AmbiPoints, const ALfloat (*AmbiMatrix)[MAX_AMBI_CHANNELS],
- const ALfloat *AmbiOrderHFGain);
+ const al::span<const AngularPoint> AmbiPoints, const float (*AmbiMatrix)[MAX_AMBI_CHANNELS],
+ const al::span<const float,MAX_AMBI_ORDER+1> AmbiOrderHFGain);
#endif /* ALC_HRTF_H */