Changeset 510 in SHVCSoftware
- Timestamp:
- 4 Dec 2013, 17:03:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r509 r510 1766 1766 } 1767 1767 #if O0092_0094_DEPENDENCY_CONSTRAINT 1768 assert( pcSlice->getSPS()->getSPSId() == 0 || pcSlice->getSPS()->get SPSId() == 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()) ); 1769 1769 #endif 1770 1770 m_pcEntropyCoder->encodeSPS(pcSlice->getSPS());
Note: See TracChangeset for help on using the changeset viewer.