Changeset 63 in SHVCSoftware for branches/HM-10.0-dev-SHM
- Timestamp:
- 6 Mar 2013, 01:41:27 (12 years ago)
- 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 93 93 TAppDecCfg() 94 94 : m_pchBitstreamFile(NULL) 95 #if SVC_EXTENSION 96 , m_tgtLayerId(0) 97 #else 95 #if !SVC_EXTENSION 98 96 , m_pchReconFile(NULL) 99 97 #endif … … 103 101 , m_iMaxTemporalLayer(-1) 104 102 , m_decodedPictureHashSEIEnabled(0) 103 #if SVC_EXTENSION 104 , m_tgtLayerId(0) 105 #endif 105 106 , m_respectDefDispWindow(0) 106 107 #if AVC_BASE -
branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TComPic.cpp
r61 r63 48 48 TComPic::TComPic() 49 49 : m_uiTLayer (0) 50 #if SVC_EXTENSION 51 , m_layerId( 0 ) 52 #endif 50 53 , m_bUsedByCurr (false) 51 54 , m_bIsLongTerm (false) … … 65 68 , m_bCheckLTMSB (false) 66 69 #if SVC_EXTENSION 67 , m_layerId( 0 )68 70 , m_bSpatialEnhLayer( false ) 69 71 , m_pcFullPelBaseRec( NULL )
Note: See TracChangeset for help on using the changeset viewer.