Changeset 457 in SHVCSoftware for branches


Ignore:
Timestamp:
8 Nov 2013, 19:31:03 (11 years ago)
Author:
seregin
Message:

delete REPN_FORMAT_IN_VPS_123 macro and associated code

File:
1 edited

Legend:

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

    r448 r457  
    12381238  m_scalingListFile = cfg_ScalingListFile.empty() ? NULL : strdup(cfg_ScalingListFile.c_str());
    12391239
    1240 #if REPN_FORMAT_IN_VPS_123
    1241   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 #endif
    12471240  /* rules for input, output and internal bitdepths as per help text */
    12481241  if (!m_internalBitDepthY) { m_internalBitDepthY = m_inputBitDepthY; }
Note: See TracChangeset for help on using the changeset viewer.