From 194fcb6bb7d81c5a82c9437c7ed7dfdb7da0a3e1 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 19 Feb 2019 15:39:33 -0800 Subject: Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFS --- Alc/hrtf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc/hrtf.h') diff --git a/Alc/hrtf.h b/Alc/hrtf.h index 0f1270f0..c87210d4 100644 --- a/Alc/hrtf.h +++ b/Alc/hrtf.h @@ -109,6 +109,6 @@ void GetHrtfCoeffs(const HrtfEntry *Hrtf, ALfloat elevation, ALfloat azimuth, AL * ordered and scaled according to the matrix input. Note the specified virtual * positions should be in degrees, not radians! */ -void BuildBFormatHrtf(const HrtfEntry *Hrtf, DirectHrtfState *state, const ALsizei NumChannels, const AngularPoint *AmbiPoints, const ALfloat (*RESTRICT AmbiMatrix)[MAX_AMBI_COEFFS], const ALsizei AmbiCount, const ALfloat *RESTRICT AmbiOrderHFGain); +void BuildBFormatHrtf(const HrtfEntry *Hrtf, DirectHrtfState *state, const ALsizei NumChannels, const AngularPoint *AmbiPoints, const ALfloat (*RESTRICT AmbiMatrix)[MAX_AMBI_CHANNELS], const ALsizei AmbiCount, const ALfloat *RESTRICT AmbiOrderHFGain); #endif /* ALC_HRTF_H */ -- cgit v1.2.3