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/TLibExtractor/TExtrTop.cpp

    r1106 r1107  
    7373     TComSPS     cSPS;
    7474#if H_3D
    75      Int layerIdInVPS = m_cVPS.getLayerIdInVps( uiLayerId );
     75
    7676#if HHI_TOOL_PARAMETERS_I2_J0107
    7777     m_cEntropyDecoder   .decodeSPS( &cSPS );
    7878#else
     79      Int layerIdInVPS = m_cVPS.getLayerIdInVps( uiLayerId );
    7980     m_cEntropyDecoder   .decodeSPS( &cSPS, m_cVPS.getViewIndex( layerIdInVPS ), ( m_cVPS.getDepthId( layerIdInVPS ) == 1 ) );
    8081#endif
Note: See TracChangeset for help on using the changeset viewer.