Changeset 479 in SHVCSoftware for branches/SHM-4.0-dev/source/App/TAppEncoder
- Timestamp:
- 15 Nov 2013, 22:47:32 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/App/TAppEncoder/TAppEncTop.cpp
r475 r479 1201 1201 vps->setMaxOneActiveRefLayerFlag(maxDirectRefLayers > 1 ? false : true); 1202 1202 #endif 1203 #if O0062_POC_LSB_NOT_PRESENT_FLAG 1204 for(i = 1; i< vps->getMaxLayers(); i++) 1205 { 1206 if( vps->getNumDirectRefLayers( vps->getLayerIdInNuh(i) ) == 0 ) 1207 { 1208 vps->setPocLsbNotPresentFlag(i, false); 1209 } 1210 } 1211 #endif 1203 1212 #if N0147_IRAP_ALIGN_FLAG 1204 1213 vps->setCrossLayerIrapAlignFlag(true);
Note: See TracChangeset for help on using the changeset viewer.