Changeset 621 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
21 Feb 2014, 20:20:06 (11 years ago)
Author:
seregin
Message:

layerId fix, ticket #17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.cpp

    r620 r621  
    848848
    849849#if SVC_EXTENSION
    850   if( m_eSliceType == I_SLICE || ( m_pcSPS->getLayerId() &&
     850  if( m_eSliceType == I_SLICE || ( m_layerId &&
    851851    (m_eNalUnitType >= NAL_UNIT_CODED_SLICE_BLA_W_LP) &&
    852852    (m_eNalUnitType <= NAL_UNIT_CODED_SLICE_CRA) ) )
     
    872872  {
    873873    numRpsCurrTempList += m_activeNumILRRefIdx;
    874 }
     874  }
    875875#endif
    876876
Note: See TracChangeset for help on using the changeset viewer.