Changeset 454 in SHVCSoftware for branches/SHM-4.0-dev/source/App/TAppEncoder
- Timestamp:
- 8 Nov 2013, 07:59:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/App/TAppEncoder/TAppEncTop.cpp
r448 r454 1031 1031 #endif 1032 1032 // Target output layer 1033 #if VPS_PROFILE_OUTPUT_LAYERS1034 1033 vps->setNumOutputLayerSets(vps->getNumLayerSets()); 1035 1034 vps->setNumProfileTierLevel(vps->getNumLayerSets()); … … 1040 1039 vps->setOutputLayerSetIdx(i, i); 1041 1040 } 1042 #else 1043 vps->setNumOutputLayerSets(1); 1044 Int lsIdx = 1; 1045 vps->setOutputLayerSetIdx(0, lsIdx); // Because only one layer set 1046 #endif 1041 1047 1042 for(Int lsIdx = 1; lsIdx < vps->getNumLayerSets(); lsIdx++) 1048 1043 {
Note: See TracChangeset for help on using the changeset viewer.