mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-06-05 22:39:13 +02:00
Revert "Avoid index-out-of-bounds in processDrcTime"
This reverts commit 3b9dd6b614
.
It seems like this isn't needed any longer on the latest upstream
version.
This commit is contained in:
@@ -308,8 +308,6 @@ processDrcTime(HANDLE_DRC_GAIN_DECODER hGainDec, const int activeDrcIndex,
|
||||
pLinearNodeBuffer[pActiveDrc->lnbIndexForChannel[c][lnbIx] + b]);
|
||||
else
|
||||
pLnbPrevious = pDummyLnb;
|
||||
if (pLnbPrevious->nNodes[lnbIx] <= 0 || pLnbPrevious->nNodes[lnbIx] > 16)
|
||||
return DE_NOT_OK;
|
||||
nodePrevious =
|
||||
pLnbPrevious->linearNode[lnbIx][pLnbPrevious->nNodes[lnbIx] - 1];
|
||||
nodePrevious.time -= hGainDec->frameSize;
|
||||
|
Reference in New Issue
Block a user