Changeset 64 in SHVCSoftware for branches


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

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

File:
1 edited

Legend:

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

    r60 r64  
    4848TComPic::TComPic()
    4949: m_uiTLayer                              (0)
     50#if SVC_EXTENSION
     51, m_layerId( 0 )
     52#endif
    5053, m_bUsedByCurr                           (false)
    5154, m_bIsLongTerm                           (false)
     
    6669, m_SEIs                                  (NULL)
    6770#if SVC_EXTENSION
    68 , m_layerId( 0 )
    6971, m_bSpatialEnhLayer( false )
    7072, m_pcFullPelBaseRec( NULL )
Note: See TracChangeset for help on using the changeset viewer.