Changeset 112 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 4 Apr 2013, 04:36:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/App/TAppEncoder/TAppEncTop.cpp
r110 r112 704 704 } 705 705 } 706 706 #if VPS_EXTN_PROFILE_INFO 707 vps->getPTLForExtnPtr()->resize(vps->getNumLayerSets()); 708 for(Int setId = 1; setId < vps->getNumLayerSets(); setId++) 709 { 710 vps->setProfilePresentFlag(setId, true); 711 // Note - may need to be changed for other layer structures. 712 *(vps->getPTLForExtn(setId)) = *(m_acTEncTop[setId].getSPS()->getPTL()); 713 } 714 #endif 707 715 // Target output layer 708 716 vps->setNumOutputLayerSets(1);
Note: See TracChangeset for help on using the changeset viewer.