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


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

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

Location:
branches/HM-10.0-dev-SHM/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/App/TAppDecoder/TAppDecCfg.h

    r54 r63  
    9393  TAppDecCfg()
    9494  : m_pchBitstreamFile(NULL)
    95 #if SVC_EXTENSION
    96   , m_tgtLayerId(0)
    97 #else
     95#if !SVC_EXTENSION
    9896  , m_pchReconFile(NULL)
    9997#endif
     
    103101  , m_iMaxTemporalLayer(-1)
    104102  , m_decodedPictureHashSEIEnabled(0)
     103#if SVC_EXTENSION
     104  , m_tgtLayerId(0)
     105#endif
    105106  , m_respectDefDispWindow(0)
    106107#if AVC_BASE
  • 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.