diff options
Diffstat (limited to 'core/ambidefs.cpp')
-rw-r--r-- | core/ambidefs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ambidefs.cpp b/core/ambidefs.cpp index 6fecd515..e33197c1 100644 --- a/core/ambidefs.cpp +++ b/core/ambidefs.cpp @@ -319,7 +319,7 @@ const std::array<AmbiChannelFloatArray,9> AmbiScale::SecondOrder2DUp{CalcSecondO const std::array<AmbiChannelFloatArray,16> AmbiScale::ThirdOrderUp{CalcThirdOrderUp()}; const std::array<AmbiChannelFloatArray,16> AmbiScale::ThirdOrder2DUp{CalcThirdOrder2DUp()}; -const std::array<float,MaxAmbiOrder+1> AmbiScale::DecoderHFScale10{{ +const std::array<float,MaxAmbiOrder+1> AmbiScale::DecoderHFScale1O{{ 2.000000000e+00f, 1.154700538e+00f }}; const std::array<float,MaxAmbiOrder+1> AmbiScale::DecoderHFScale1O2D{{ |