Changeset 63 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibCommon


Ignore:
Timestamp:
6 Mar 2013, 01:41:27 (12 years ago)
Author:
seregin
Message:

fix for compilation warning, provided by Thijs Vermeir <thijs.vermeir@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TComPic.cpp

    r61 r63  
    4848TComPic::TComPic()
    4949: m_uiTLayer                              (0)
     50#if SVC_EXTENSION
     51, m_layerId( 0 )
     52#endif
    5053, m_bUsedByCurr                           (false)
    5154, m_bIsLongTerm                           (false)
     
    6568, m_bCheckLTMSB                           (false)
    6669#if SVC_EXTENSION
    67 , m_layerId( 0 )
    6870, m_bSpatialEnhLayer( false )
    6971, m_pcFullPelBaseRec( NULL )
Note: See TracChangeset for help on using the changeset viewer.