Changeset 392 in SHVCSoftware for branches/SHM-3.1-dev


Ignore:
Timestamp:
10 Sep 2013, 23:03:57 (11 years ago)
Author:
seregin
Message:

fix compiling warning

File:
1 edited

Legend:

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

    r389 r392  
    17191719{
    17201720  // check BL mode
    1721   UInt          uiCUAddrBase, uiAbsPartAddrBase;
     1721  UInt          uiCUAddrBase = 0, uiAbsPartAddrBase = 0;
    17221722  // the right reference layerIdc should be specified, currently it is set to m_layerId-1
    17231723  TComDataCU*   pcTempCU = getBaseColCU(m_layerId - 1, uiAbsPartIdx, uiCUAddrBase, uiAbsPartAddrBase, 0 );
Note: See TracChangeset for help on using the changeset viewer.