Changeset 872 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder
- Timestamp:
- 18 Aug 2014, 22:31:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r869 r872 1306 1306 #endif 1307 1307 #if VPS_TSLAYERS 1308 1309 1310 1311 1312 1313 1308 vps->setMaxTSLayersPresentFlag(true); 1309 1310 for( i = 0; i < vps->getMaxLayers(); i++ ) 1311 { 1312 vps->setMaxTSLayersMinus1(i, vps->getMaxTLayers()-1); 1313 } 1314 1314 #endif 1315 1315 vps->setMaxTidRefPresentFlag(m_maxTidRefPresentFlag); … … 1586 1586 } 1587 1587 } 1588 #endif 1589 #if SUB_LAYERS_IN_LAYER_SET 1590 vps->calculateMaxSLInLayerSets(); 1588 1591 #endif 1589 1592 // Initialize dpb_size_table() for all ouput layer sets in the VPS extension
Note: See TracChangeset for help on using the changeset viewer.