Changeset 1527 in SHVCSoftware


Ignore:
Timestamp:
18 Feb 2016, 18:02:02 (8 years ago)
Author:
seregin
Message:

replace layerId with layerIdx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncSlice.cpp

    r1509 r1527  
    527527  pcPic->setTLayer( temporalId );
    528528#if SVC_EXTENSION
    529   if( eSliceType==I_SLICE || m_ppcTEncTop[m_pcCfg->getLayerId()]->getPOCLast() == 0 )
     529  if( eSliceType==I_SLICE || m_ppcTEncTop[pcPic->getLayerIdx()]->getPOCLast() == 0 )
    530530#else
    531531  if(eSliceType==I_SLICE)
Note: See TracChangeset for help on using the changeset viewer.