Merge pull request #1009 from mstorsjo/remove-unused-var

Remove an unused variable
This commit is contained in:
ruil2 2014-06-25 14:38:56 +08:00
commit 1ba24912c7

View File

@ -357,7 +357,6 @@ bool WelsUpdateRefList (void* pEncCtx) {
SRefList* pRefList = pCtx->ppRefPicListExt[pCtx->uiDependencyId];
SLTRState* pLtr = &pCtx->pLtr[pCtx->uiDependencyId];
SSpatialLayerInternal* pParamD = &pCtx->pSvcParam->sDependencyLayers[pCtx->uiDependencyId];
const int32_t kiNumRef = pCtx->pSvcParam->iNumRefFrame;
int32_t iRefIdx = 0;
const uint8_t kuiTid = pCtx->uiTemporalId;