Ignore:
Timestamp:
4 Apr 2013, 04:36:38 (12 years ago)
Author:
qualcomm
Message:

Include signaling of profile, tier, level information for layer sets (MACRO: VPS_EXTN_PROFILE_INFO)

Include profile, tier, level signaling for all layers sets. Does not include config file support for specifying the information.

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/App/TAppEncoder/TAppEncTop.cpp

    r110 r112  
    704704    }
    705705  }
    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
    707715  // Target output layer
    708716  vps->setNumOutputLayerSets(1);
Note: See TracChangeset for help on using the changeset viewer.