diff --git a/src/lib/tempAnalysis.cpp b/src/lib/tempAnalysis.cpp index 2aeb5ae87b27025bb68531b26f6bd64557bec1d5..b4a6a8a2926356d10dcac3246059a36a6d4a39aa 100644 --- a/src/lib/tempAnalysis.cpp +++ b/src/lib/tempAnalysis.cpp @@ -147,7 +147,7 @@ unsigned TempAnalyzer::temporalAnalysis (const int32_t* const timeSignals[USAC_M // --- get L1 norm and pitch lag of both sides unsigned sumAbsValL = 0, sumAbsValR = 0; unsigned maxAbsValL = 0, maxAbsValR = 0; - int32_t maxHfrLevL = 8, maxHfrLevR = 8; + int32_t maxHfrLevL = 0, maxHfrLevR = 0; int16_t maxAbsIdxL = 0, maxAbsIdxR = 0; int splitPtL = 0; int splitPtC = halfFrameOffset;