Changeset 1108 in 3DVCSoftware


Ignore:
Timestamp:
6 Nov 2014, 21:02:45 (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/TLibCommon/TComSlice.cpp

    r1107 r1108  
    40064006{
    40074007  Bool setupLUT = false;
    4008   Int layerIdInVPS = getVPS()->getLayerIdInNuh( m_layerId );
    4009 
     4008 
    40104009#if H_3D_VSP
    40114010#if HHI_TOOL_PARAMETERS_I2_J0107
    40124011  setupLUT = setupLUT || getViewSynthesisPredFlag( );
    40134012#else
     4013  Int layerIdInVPS = getVPS()->getLayerIdInNuh( m_layerId );
    40144014  setupLUT = setupLUT || getVPS()->getViewSynthesisPredFlag( layerIdInVPS);
    40154015#endif
Note: See TracChangeset for help on using the changeset viewer.