Changeset 883 in SHVCSoftware for branches


Ignore:
Timestamp:
9 Sep 2014, 22:37:32 (10 years ago)
Author:
seregin
Message:

fix compiler warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncSlice.cpp

    r880 r883  
    13111311
    13121312  UInt uiWidthInLCUs  = rpcPic->getPicSym()->getFrameWidthInCU();
     1313#if WPP_FIX
     1314  UInt uiCol=0, uiSubStrm=0;
     1315#else
    13131316  UInt uiCol=0, uiLin=0, uiSubStrm=0;
     1317#endif
    13141318  UInt uiTileCol      = 0;
    13151319  UInt uiTileStartLCU = 0;
     
    13881392    //UInt uiSliceStartLCU = pcSlice->getSliceCurStartCUAddr();
    13891393    uiCol     = uiCUAddr % uiWidthInLCUs;
    1390     uiLin     = uiCUAddr / uiWidthInLCUs;
    13911394#if WPP_FIX
    13921395    uiSubStrm=rpcPic->getSubstreamForLCUAddr(uiCUAddr, true, pcSlice);
    13931396#else
     1397    uiLin     = uiCUAddr / uiWidthInLCUs;
    13941398    if (pcSlice->getPPS()->getNumSubstreams() > 1)
    13951399    {
Note: See TracChangeset for help on using the changeset viewer.