fix new sequence&EC order, and prefix parse bug

This commit is contained in:
huili2
2014-04-29 19:07:32 -07:00
parent c27c02bc0a
commit 5e6ef17412
4 changed files with 20 additions and 14 deletions

View File

@@ -481,8 +481,6 @@ int32_t WelsDecodeBs (PWelsDecoderContext pCtx, const uint8_t* kpBsBuf, const in
return pCtx->iErrorCode;
}
}
//Do error concealment here
ImplementErrorCon (pCtx);
}
if (iRet) {
iRet = 0;
@@ -536,8 +534,6 @@ int32_t WelsDecodeBs (PWelsDecoderContext pCtx, const uint8_t* kpBsBuf, const in
ResetParameterSetsState (pCtx);
return pCtx->iErrorCode;
}
//Do error concealment here
ImplementErrorCon (pCtx);
}
if (iRet) {
iRet = 0;
@@ -573,7 +569,6 @@ int32_t WelsDecodeBs (PWelsDecoderContext pCtx, const uint8_t* kpBsBuf, const in
ResetParameterSetsState (pCtx);
return pCtx->iErrorCode;
}
ImplementErrorCon (pCtx);
}
}