Fix building with MT_DEBUG enabled after the encoder interface update

There is no struct named SMulSliceOption any longer.
This commit is contained in:
Martin Storsjö 2014-02-18 10:19:35 +02:00
parent fe766fec2f
commit 61067d488f

View File

@ -1459,7 +1459,7 @@ void TrackSliceConsumeTime (sWelsEncCtx* pCtx, int32_t* pDidList, const int32_t
while (iSpatialIdx < iSpatialNum) {
const int32_t kiDid = pDidList[iSpatialIdx];
SDLayerParam* pDlp = &pPara->sDependencyLayers[kiDid];
SMulSliceOption* pMso = &pDlp->sSliceCfg;
SSliceConfig* pMso = &pDlp->sSliceCfg;
SDqLayer* pCurDq = pCtx->ppDqLayerList[kiDid];
SSliceCtx* pSliceCtx = pCurDq->pSliceEncCtx;
const uint32_t kuiCountSliceNum = pSliceCtx->iSliceNumInFrame;