Changeset 1175 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 02:26:54 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1163 r1175 628 628 } 629 629 630 #if R0227_REP_FORMAT_CONSTRAINT//Conformance checking for rep format -- rep format of current picture of current layer shall never be greater rep format defined in VPS for the current layer630 //Conformance checking for rep format -- rep format of current picture of current layer shall never be greater rep format defined in VPS for the current layer 631 631 UInt layerIdx = activeVPS->getLayerIdxInVps(m_apcSlicePilot->getLayerId()); 632 632 … … 647 647 assert( activeVPS->getVpsRepFormat( sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : activeVPS->getVpsRepFormatIdx(layerIdx))->getBitDepthVpsChroma() <= activeVPS->getVpsRepFormat( activeVPS->getVpsRepFormatIdx(layerIdx))->getBitDepthVpsChroma()); 648 648 } 649 #endif650 649 #endif //SVC_EXTENSION 651 650
Note: See TracChangeset for help on using the changeset viewer.