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/TEncSbac.cpp

    r1106 r1107  
    633633  PartSize eSize         = pcCU->getPartitionSize( uiAbsPartIdx );
    634634#if H_3D_QTLPC
    635   TComVPS *vps           = pcCU->getPic()->getSlice(0)->getVPS();
    636635#if HHI_TOOL_PARAMETERS_I2_J0107
    637636  Bool    bLimQtPredFlag = pcCU->getPic()->getSlice(0)->getQtPredFlag();
    638637#else
     638  TComVPS *vps           = pcCU->getPic()->getSlice(0)->getVPS();
    639639  Bool    bLimQtPredFlag = vps->getLimQtPredFlag(pcCU->getPic()->getSlice(0)->getLayerId());
    640640#endif
     
    10101010  Bool bCodeSplitFlag    = true;
    10111011
    1012   TComVPS *vps           = pcCU->getPic()->getSlice(0)->getVPS();
     1012 
    10131013#if HHI_TOOL_PARAMETERS_I2_J0107
    10141014  Bool    bLimQtPredFlag = pcCU->getPic()->getSlice(0)->getQtPredFlag();
    10151015#else
     1016  TComVPS *vps           = pcCU->getPic()->getSlice(0)->getVPS();
    10161017  Bool    bLimQtPredFlag = vps->getLimQtPredFlag(pcCU->getPic()->getSlice(0)->getLayerId());
    10171018#endif
Note: See TracChangeset for help on using the changeset viewer.