- Timestamp:
- 6 Mar 2013, 01:42:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-1.1-dev/source/Lib/TLibCommon/TComPic.cpp
r60 r64 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) … … 66 69 , m_SEIs (NULL) 67 70 #if SVC_EXTENSION 68 , m_layerId( 0 )69 71 , m_bSpatialEnhLayer( false ) 70 72 , m_pcFullPelBaseRec( NULL )
Note: See TracChangeset for help on using the changeset viewer.