Changeset 1148 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder/TDecGop.cpp
- Timestamp:
- 8 Jul 2015, 00:10:36 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecGop.cpp
r1089 r1148 210 210 { 211 211 #if SVC_EXTENSION 212 #if VPS_EXTN_DIRECT_REF_LAYERS213 212 if( pcSlice->getRefPic(RefPicList(iRefList), iRefIndex)->isILR( m_layerId ) ) 214 213 { … … 224 223 printf ("%d", pcSlice->getRefPOC(RefPicList(iRefList), iRefIndex)); 225 224 } 226 #endif 225 227 226 if( pcSlice->getEnableTMVPFlag() && iRefList == 1 - pcSlice->getColFromL0Flag() && iRefIndex == pcSlice->getColRefIdx() ) 228 227 {
Note: See TracChangeset for help on using the changeset viewer.