Changeset 1171 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
8 Jul 2015, 01:32:32 (10 years ago)
Author:
seregin
Message:

macro cleanup: VPS_EXTN_OP_LAYER_SETS

File:
1 edited

Legend:

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

    r1169 r1171  
    12521252  }
    12531253
    1254 #if VPS_EXTN_OP_LAYER_SETS
    1255   vps->setMaxLayerId( m_acLayerCfg[m_numLayers - 1].m_layerId );    // Set max-layer ID
    1256 
     1254  // Set max-layer ID
     1255  vps->setMaxLayerId( m_acLayerCfg[m_numLayers - 1].m_layerId );
    12571256  vps->setVpsExtensionFlag( m_numLayers > 1 ? true : false );
    12581257
     
    15241523    }
    15251524  }
    1526 #endif
     1525
    15271526  // Target output layer
    15281527#if VPS_DPB_SIZE_TABLE
Note: See TracChangeset for help on using the changeset viewer.