diff options
Diffstat (limited to 'alc/ambdec.cpp')
-rw-r--r-- | alc/ambdec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/ambdec.cpp b/alc/ambdec.cpp index adf116fe..eaeb9086 100644 --- a/alc/ambdec.cpp +++ b/alc/ambdec.cpp @@ -118,7 +118,7 @@ bool load_ambdec_speakers(al::vector<AmbDecConf::SpeakerConf> &spkrs, const std: return true; } -bool load_ambdec_matrix(float (&gains)[MAX_AMBI_ORDER+1], al::vector<AmbDecConf::CoeffArray> &matrix, const std::size_t maxrow, std::istream &f, std::string &buffer) +bool load_ambdec_matrix(float (&gains)[MaxAmbiOrder+1], al::vector<AmbDecConf::CoeffArray> &matrix, const std::size_t maxrow, std::istream &f, std::string &buffer) { bool gotgains{false}; std::size_t cur{0u}; |