Changeset 454 in SHVCSoftware for branches/SHM-4.0-dev/source/App/TAppEncoder


Ignore:
Timestamp:
8 Nov 2013, 07:59:51 (11 years ago)
Author:
seregin
Message:

remove VPS_PROFILE_OUTPUT_LAYERS macro

File:
1 edited

Legend:

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

    r448 r454  
    10311031#endif
    10321032  // Target output layer
    1033 #if VPS_PROFILE_OUTPUT_LAYERS
    10341033  vps->setNumOutputLayerSets(vps->getNumLayerSets());   
    10351034  vps->setNumProfileTierLevel(vps->getNumLayerSets());   
     
    10401039    vps->setOutputLayerSetIdx(i, i);
    10411040  }
    1042 #else
    1043   vps->setNumOutputLayerSets(1);
    1044   Int lsIdx = 1;
    1045   vps->setOutputLayerSetIdx(0, lsIdx); // Because only one layer set
    1046 #endif
     1041
    10471042  for(Int lsIdx = 1; lsIdx < vps->getNumLayerSets(); lsIdx++)
    10481043  {
Note: See TracChangeset for help on using the changeset viewer.