fix a small range of slice idx

This commit is contained in:
Sijia Chen
2014-10-24 12:28:59 +08:00
parent dcdcc7f3b8
commit 3cce92ea19
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ SMVUnitXY sMvc[5];
uint8_t uiMvcNum;
uint8_t sScaleShift;
uint8_t uiSliceIdx;
uint32_t uiSliceIdx;
bool bSliceHeaderExtFlag; // Indicate which slice header is used, avc or ext?
uint8_t uiLastMbQp; // stored qp for last mb coded, maybe more efficient for mb skip detection etc.