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


Ignore:
Timestamp:
7 Jul 2015, 01:40:13 (10 years ago)
Author:
seregin
Message:

macro cleanup: REPN_FORMAT_CONTROL_FLAG

File:
1 edited

Legend:

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

    r1117 r1118  
    165165  {
    166166    RepFormat *repFormat = vps->getVpsRepFormat( idx );
    167 #if REPN_FORMAT_CONTROL_FLAG
    168167    repFormat->setChromaAndBitDepthVpsPresentFlag                         ( true );
    169168    if (idx==0)
     
    171170      assert(repFormat->getChromaAndBitDepthVpsPresentFlag() == true);
    172171    }
    173 #endif
     172
    174173    repFormat->setPicWidthVpsInLumaSamples                                ( m_acLayerCfg[mapIdxToLayer[idx]].getSourceWidth()   );
    175174    repFormat->setPicHeightVpsInLumaSamples                               ( m_acLayerCfg[mapIdxToLayer[idx]].getSourceHeight()  );
Note: See TracChangeset for help on using the changeset viewer.