add EC frame/slice copy.

This commit is contained in:
huili2
2014-04-15 22:25:29 -07:00
parent b2f7191fa7
commit bc2c4b0db0
9 changed files with 158 additions and 23 deletions

View File

@@ -394,6 +394,7 @@ int32_t WelsDecodeSlice (PWelsDecoderContext pCtx, bool bFirstSliceInLayer, PNal
}
++pSlice->iTotalMbInCurSlice;
pCurLayer->pMbCorrectlyDecodedFlag[iNextMbXyIndex] = true;
if (pSliceHeader->pPps->uiNumSliceGroups > 1) {
iNextMbXyIndex = FmoNextMb (pFmo, iNextMbXyIndex);