Changeset 1000 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 22 Jan 2015, 07:22:02 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibDecoder/TDecCAVLC.cpp
r981 r1000 1710 1710 else 1711 1711 { 1712 format = pcSlice->getVPS()->getVpsRepFormat( sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : pcSlice->getVPS()->getVpsRepFormatIdx( sps->getLayerId()) )->getChromaFormatVpsIdc();1712 format = pcSlice->getVPS()->getVpsRepFormat( sps->getUpdateRepFormatFlag() ? sps->getUpdateRepFormatIndex() : pcSlice->getVPS()->getVpsRepFormatIdx( pcSlice->getVPS()->getLayerIdInVps(sps->getLayerId()) ) )->getChromaFormatVpsIdc(); 1713 1713 #if Q0195_REP_FORMAT_CLEANUP 1714 1714 assert( (sps->getUpdateRepFormatFlag()==false && pcSlice->getVPS()->getVpsNumRepFormats()==1) || pcSlice->getVPS()->getVpsNumRepFormats() > 1 ); //conformance check … … 3409 3409 { 3410 3410 #if VPS_FIX_TO_MATCH_SPEC 3411 3412 #else 3413 3411 for( i = vps->getBaseLayerInternalFlag() ? 1 : 0; i < vps->getMaxLayers(); i++ ) 3412 #else 3413 for (i = 1; i < vps->getMaxLayers(); i++) 3414 3414 #endif 3415 3415 {
Note: See TracChangeset for help on using the changeset viewer.