Changeset 1499 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
9 Dec 2015, 18:45:39 (10 years ago)
Author:
seregin
Message:

update get chroma format idc, patched-by Guillaume Barroux<guillaume.b@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComTU.cpp

    r1316 r1499  
    4747
    4848TComTU::TComTU(TComDataCU *pcCU, const UInt absPartIdxCU, const UInt cuDepth, const UInt initTrDepthRelCU)
     49#if SCALABLE_REXT
     50  : mChromaFormat(pcCU->getSlice()->getChromaFormatIdc()),
     51#else
    4952  : mChromaFormat(pcCU->getSlice()->getSPS()->getChromaFormatIdc()),
     53#endif
    5054    mbProcessLastOfLevel(true), // does not matter. the top level is not 4 quadrants.
    5155    mCuDepth(cuDepth),
Note: See TracChangeset for help on using the changeset viewer.