Changeset 1118 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 7 Jul 2015, 01:40:13 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1117 r1118 165 165 { 166 166 RepFormat *repFormat = vps->getVpsRepFormat( idx ); 167 #if REPN_FORMAT_CONTROL_FLAG168 167 repFormat->setChromaAndBitDepthVpsPresentFlag ( true ); 169 168 if (idx==0) … … 171 170 assert(repFormat->getChromaAndBitDepthVpsPresentFlag() == true); 172 171 } 173 #endif 172 174 173 repFormat->setPicWidthVpsInLumaSamples ( m_acLayerCfg[mapIdxToLayer[idx]].getSourceWidth() ); 175 174 repFormat->setPicHeightVpsInLumaSamples ( m_acLayerCfg[mapIdxToLayer[idx]].getSourceHeight() );
Note: See TracChangeset for help on using the changeset viewer.