Changeset 502 in SHVCSoftware for branches/SHM-4.1-dev/source/App/TAppEncoder


Ignore:
Timestamp:
20 Nov 2013, 02:32:16 (11 years ago)
Author:
etri
Message:

Add chroma and bit-depth control flag in representation format.(JCTVC-O0179)

File:
1 edited

Legend:

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

    r498 r502  
    148148  {
    149149    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
    150157    repFormat->setPicWidthVpsInLumaSamples  ( m_acLayerCfg[mapIdxToLayer[idx]].getSourceWidth()   );
    151158    repFormat->setPicHeightVpsInLumaSamples ( m_acLayerCfg[mapIdxToLayer[idx]].getSourceHeight()  );
Note: See TracChangeset for help on using the changeset viewer.