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 c26947de..33a6021f 100644
--- a/alc/hrtf.h
+++ b/alc/hrtf.h
@@ -102,8 +102,8 @@ struct DirectHrtfState {
* are ordered and scaled according to the matrix input.
*/
void build(const HrtfStore *Hrtf, const al::span<const AngularPoint> AmbiPoints,
- const float (*AmbiMatrix)[MAX_AMBI_CHANNELS],
- const al::span<const float,MAX_AMBI_ORDER+1> AmbiOrderHFGain);
+ const float (*AmbiMatrix)[MaxAmbiChannels],
+ const al::span<const float,MaxAmbiOrder+1> AmbiOrderHFGain);
static std::unique_ptr<DirectHrtfState> Create(size_t num_chans);