From 82c5b741e5c7448eb2649e33505622e42e08794e Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Mon, 15 Aug 2022 12:56:36 -0700
Subject: Use proper array sizes for more gains

---
 core/mixer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'core/mixer.cpp')

diff --git a/core/mixer.cpp b/core/mixer.cpp
index 4618406b..3c98ed5e 100644
--- a/core/mixer.cpp
+++ b/core/mixer.cpp
@@ -114,7 +114,7 @@ std::array<float,MaxAmbiChannels> CalcAmbiCoeffs(const float y, const float z, c
 }
 
 void ComputePanGains(const MixParams *mix, const float*RESTRICT coeffs, const float ingain,
-    const al::span<float,MAX_OUTPUT_CHANNELS> gains)
+    const al::span<float,MaxAmbiChannels> gains)
 {
     auto ambimap = mix->AmbiMap.cbegin();
 
-- 
cgit v1.2.3