Remove an unused variable

This fixes build warnings when building for OS X with clang.
This commit is contained in:
Martin Storsjö 2014-06-25 09:21:14 +03:00
parent 3f333b01fd
commit 70f93d8816

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;