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