Changeset 502 in SHVCSoftware for branches/SHM-4.1-dev/source/App/TAppEncoder
- Timestamp:
- 20 Nov 2013, 02:32:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
r498 r502 148 148 { 149 149 RepFormat *repFormat = vps->getVpsRepFormat( idx ); 150 #if REPN_FORMAT_CONTROL_FLAG 151 repFormat->setChromaAndBitDepthVpsPresentFlag( true ); 152 if (idx==0) 153 { 154 assert(repFormat->getChromaAndBitDepthVpsPresentFlag() == true); 155 } 156 #endif 150 157 repFormat->setPicWidthVpsInLumaSamples ( m_acLayerCfg[mapIdxToLayer[idx]].getSourceWidth() ); 151 158 repFormat->setPicHeightVpsInLumaSamples ( m_acLayerCfg[mapIdxToLayer[idx]].getSourceHeight() );
Note: See TracChangeset for help on using the changeset viewer.