Merge pull request #1167 from mstorsjo/remove-unused-variable
Remove an unused variable
This commit is contained in:
commit
2791929e03
@ -1001,7 +1001,6 @@ void WelsRcMbInfoUpdateDisable (void* pCtx, SMB* pCurMb, int32_t iCostLuma, SSl
|
|||||||
|
|
||||||
void WelRcPictureInitBufferBasedQp (void* pCtx) {
|
void WelRcPictureInitBufferBasedQp (void* pCtx) {
|
||||||
sWelsEncCtx* pEncCtx = (sWelsEncCtx*)pCtx;
|
sWelsEncCtx* pEncCtx = (sWelsEncCtx*)pCtx;
|
||||||
SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId];
|
|
||||||
SVAAFrameInfo* pVaa = static_cast<SVAAFrameInfo*> (pEncCtx->pVaa);
|
SVAAFrameInfo* pVaa = static_cast<SVAAFrameInfo*> (pEncCtx->pVaa);
|
||||||
|
|
||||||
int32_t iMinQp = MIN_SCREEN_QP;
|
int32_t iMinQp = MIN_SCREEN_QP;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user