- Timestamp:
- 8 Nov 2013, 19:31:03 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r448 r457 1238 1238 m_scalingListFile = cfg_ScalingListFile.empty() ? NULL : strdup(cfg_ScalingListFile.c_str()); 1239 1239 1240 #if REPN_FORMAT_IN_VPS_1231241 for(Int layer = 0; layer < MAX_LAYERS; layer++)1242 {1243 m_acLayerCfg[layer].setSourceHeight( m_repFormatCfg[ m_acLayerCfg[layer].getRepFormatIdx() ].m_picHeightInLumaSamples);1244 m_acLayerCfg[layer].setSourceWidth ( m_repFormatCfg[ m_acLayerCfg[layer].getRepFormatIdx() ].m_picWidthInLumaSamples );1245 }1246 #endif1247 1240 /* rules for input, output and internal bitdepths as per help text */ 1248 1241 if (!m_internalBitDepthY) { m_internalBitDepthY = m_inputBitDepthY; }
Note: See TracChangeset for help on using the changeset viewer.