Merge pull request #1167 from mstorsjo/remove-unused-variable

Remove an unused variable
This commit is contained in:
Ethan Hugg 2014-07-14 07:54:54 -07:00
commit 2791929e03

View File

@ -1001,7 +1001,6 @@ void WelsRcMbInfoUpdateDisable (void* pCtx, SMB* pCurMb, int32_t iCostLuma, SSl
void WelRcPictureInitBufferBasedQp (void* pCtx) {
sWelsEncCtx* pEncCtx = (sWelsEncCtx*)pCtx;
SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId];
SVAAFrameInfo* pVaa = static_cast<SVAAFrameInfo*> (pEncCtx->pVaa);
int32_t iMinQp = MIN_SCREEN_QP;