Changeset 926 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibCommon


Ignore:
Timestamp:
10 Dec 2014, 02:35:15 (10 years ago)
Author:
seregin
Message:

fix compiler warnings, rep format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/Lib/TLibCommon/TComDataCU.cpp

    r916 r926  
    326326  TComSlice * pcSlice = pcPic->getSlice(pcPic->getCurrSliceIdx());
    327327
     328#if REPN_FORMAT_IN_VPS
     329  const UInt picWidth = pcSlice->getPicWidthInLumaSamples();
     330  const UInt picHeight = pcSlice->getPicHeightInLumaSamples();
     331#else
    328332  const UInt picWidth = pcSlice->getSPS()->getPicWidthInLumaSamples();
    329333  const UInt picHeight = pcSlice->getSPS()->getPicHeightInLumaSamples();
     334#endif
    330335  const UInt granularityWidth = g_uiMaxCUWidth;
    331336
Note: See TracChangeset for help on using the changeset viewer.