fix a small range of slice idx
This commit is contained in:
parent
dcdcc7f3b8
commit
3cce92ea19
@ -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.
|
||||
|
||||
|
@ -208,7 +208,7 @@ void WelsSpatialWriteSubMbPred (sWelsEncCtx* pEncCtx, SSlice* pSlice, SMB* pCurM
|
||||
}
|
||||
}
|
||||
|
||||
int32_t CheckBitstreamBuffer (const uint8_t kuiSliceIdx, sWelsEncCtx* pEncCtx, SBitStringAux* pBs) {
|
||||
int32_t CheckBitstreamBuffer (const uint32_t kuiSliceIdx, sWelsEncCtx* pEncCtx, SBitStringAux* pBs) {
|
||||
const intX_t iLeftLength = pBs->pBufEnd - pBs->pBufPtr - 1;
|
||||
assert (iLeftLength > 0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user