Changeset 446 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibCommon
- Timestamp:
- 8 Nov 2013, 02:13:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibCommon/TComSlice.cpp
r442 r446 118 118 , m_temporalLayerNonReferenceFlag ( false ) 119 119 , m_enableTMVPFlag ( true ) 120 #if REF_IDX_MFM 121 , m_bMFMEnabledFlag ( false ) 122 #endif 120 123 { 121 124 m_aiNumRefIdx[0] = m_aiNumRefIdx[1] = 0; … … 631 634 #if RPL_INIT_N0316_N0082 632 635 if( m_layerId > 0 ) 633 { 636 { 634 637 #if JCTVC_M0458_INTERLAYER_RPS_SIG 635 638 for( i = 0; i < m_activeNumILRRefIdx && cIdx < numPocTotalCurr; cIdx ++, i ++) … … 1133 1136 #if SVC_EXTENSION 1134 1137 m_pcVPS = pSrc->m_pcVPS; 1138 m_layerId = pSrc->m_layerId; 1135 1139 #if JCTVC_M0458_INTERLAYER_RPS_SIG 1136 1140 m_activeNumILRRefIdx = pSrc->m_activeNumILRRefIdx;
Note: See TracChangeset for help on using the changeset viewer.