Merge pull request #1188 from ruil2/trace_tag

fix reference frame update issue which will casue crash
This commit is contained in:
huili2 2014-07-17 13:40:31 +08:00
commit 288e2b3cdf

View File

@ -127,6 +127,7 @@ static void DeleteNonSceneLTR (sWelsEncCtx* pCtx) {
(pCtx->uiTemporalId < pRef->uiTemporalId || pCtx->bCurFrameMarkedAsSceneLtr)) {
SetUnref (pRef);
DeleteLTRFromLongList (pCtx, i);
i--;
}
}
}