Changeset 1161 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder
- Timestamp:
- 8 Jul 2015, 00:54:26 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1157 r1161 1345 1345 } 1346 1346 #endif 1347 #if VPS_EXTN_MASK_AND_DIM_INFO 1347 1348 1348 #if AVC_BASE 1349 1349 vps->setNonHEVCBaseLayerFlag( m_nonHEVCBaseLayerFlag ); … … 1355 1355 vps->setAvcBaseLayerFlag(false); 1356 1356 #endif 1357 1357 1358 vps->setSplittingFlag(false); 1359 1358 1360 for(i = 0; i < MAX_VPS_NUM_SCALABILITY_TYPES; i++) 1359 1361 { … … 1403 1405 } 1404 1406 } 1405 #endif1406 1407 #endif 1407 1408 … … 1536 1537 #endif 1537 1538 // The Layer ID List variables should be derived here. 1538 #if DERIVE_LAYER_ID_LIST_VARIABLES1539 1539 vps->deriveLayerIdListVariables(); 1540 #endif1541 1540 #if Q0078_ADD_LAYER_SETS 1542 1541 vps->setPredictedLayerIds();
Note: See TracChangeset for help on using the changeset viewer.