Changeset 513 in SHVCSoftware


Ignore:
Timestamp:
10 Dec 2013, 16:53:54 (11 years ago)
Author:
interdigital
Message:

bug fix for O0092_0094_DEPENDENCY_CONSTRAINT

File:
1 edited

Legend:

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

    r510 r513  
    17661766      }
    17671767#if O0092_0094_DEPENDENCY_CONSTRAINT
    1768       assert( pcSlice->getSPS()->getSPSId() == 0 || pcSlice->getSPS()->getLayerId() == m_layerId || m_pcEncTop->getVPS()->getRecursiveRefLayerFlag(m_layerId, pcSlice->getSPS()->getLayerId()) );
     1768      assert( pcSlice->getSPS()->getLayerId() == 0 || pcSlice->getSPS()->getLayerId() == m_layerId || m_pcEncTop->getVPS()->getRecursiveRefLayerFlag(m_layerId, pcSlice->getSPS()->getLayerId()) );
    17691769#endif
    17701770      m_pcEntropyCoder->encodeSPS(pcSlice->getSPS());
Note: See TracChangeset for help on using the changeset viewer.