LTR feedback check in decoder

This commit is contained in:
huili2 2014-07-06 19:17:50 -07:00
parent f638546d81
commit 60314ff570

View File

@ -951,6 +951,7 @@ int32_t UpdateAccessUnit (PWelsDecoderContext pCtx) {
pCurAu->uiActualUnitsNum) { // no found IDR nal within incoming AU, need exit to avoid mosaic issue, 11/19/2009
WelsLog (& (pCtx->sLogCtx), WELS_LOG_WARNING,
"UpdateAccessUnit():::::Key frame lost.....CAN NOT find IDR from current AU.\n");
pCtx->iErrorCode |= dsRefLost;
if (pCtx->iErrorConMethod == ERROR_CON_DISABLE) {
#ifdef LONG_TERM_REF
pCtx->iErrorCode |= dsNoParamSets;