Ignore:
Timestamp:
6 Nov 2014, 20:57:06 (9 years ago)
Author:
tech
Message:

Fixed linux compiler warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.2-dev2-HHI/source/Lib/TLibEncoder/TEncCu.cpp

    r1106 r1107  
    409409
    410410#if H_3D_QTLPC
    411   TComVPS *vps            = pcPic->getSlice(0)->getVPS();
    412411#if HHI_TOOL_PARAMETERS_I2_J0107
    413412  Bool  bLimQtPredFalg    = pcPic->getSlice(0)->getQtPredFlag();
    414413#else
     414    TComVPS *vps            = pcPic->getSlice(0)->getVPS();
    415415  Bool  bLimQtPredFalg    = vps->getLimQtPredFlag(pcPic->getSlice(0)->getLayerId());
    416416#endif
     
    22042204  UChar uhDepth = rpcTempCU->getDepth( 0 );
    22052205#if H_3D_ARP
     2206#if !HHI_TOOL_PARAMETERS_I2_J0107
    22062207  Int iLayerId    = rpcTempCU->getSlice()->getLayerId();
     2208#endif
    22072209  Bool bFirstTime = true;
    22082210  Int nARPWMax    = rpcTempCU->getSlice()->getARPStepNum() - 1;
Note: See TracChangeset for help on using the changeset viewer.