fix decodestatus uiEcRatio calc bug

This commit is contained in:
dong zhang
2014-12-08 15:00:29 +08:00
parent 065c3a7769
commit ecc8ae6ebb
4 changed files with 15 additions and 19 deletions

View File

@@ -400,6 +400,8 @@ SWelsCabacCtx pCabacCtx[WELS_CONTEXT_COUNT];
PWelsCabacDecEngine pCabacDecEngine;
double dDecTime;
SDecoderStatistics sDecoderStatistics;// For real time debugging
int32_t iMbEcedNum;
int32_t iMbNum;
int32_t iECMVs[16][2];
PPicture pECRefPic[16];
unsigned long long uiTimeStamp;