Changeset 510 in SHVCSoftware


Ignore:
Timestamp:
4 Dec 2013, 17:03:39 (11 years ago)
Author:
interdigital
Message:

bug fix to constrain layer id (not parameter set id) for SPS/PPS (O0092_0094_DEPENDENCY_CONSTRAINT)

File:
1 edited

Legend:

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

    r509 r510  
    17661766      }
    17671767#if O0092_0094_DEPENDENCY_CONSTRAINT
    1768       assert( pcSlice->getSPS()->getSPSId() == 0 || pcSlice->getSPS()->getSPSId() == m_layerId || m_pcEncTop->getVPS()->getRecursiveRefLayerFlag(m_layerId, pcSlice->getSPS()->getSPSId()) );
     1768      assert( pcSlice->getSPS()->getSPSId() == 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.