Changeset 323 in SHVCSoftware for branches/SHM-3.0-dev/source/Lib/TLibDecoder
- Timestamp:
- 2 Aug 2013, 22:59:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
r321 r323 907 907 908 908 #if REF_IDX_FRAMEWORK 909 #if ZERO_NUM_DIRECT_LAYERS910 909 if( m_layerId > 0 && pcSlice->getActiveNumILRRefIdx() ) 911 #else912 if(m_layerId > 0)913 #endif914 910 { 915 911 setILRPic(pcPic); … … 1315 1311 if( vps->getNumDirectRefLayers( m_layerId ) <= 0 ) 1316 1312 { 1317 #if ZERO_NUM_DIRECT_LAYERS1318 1313 return (TDecTop *)getLayerDec( 0 ); 1319 #else1320 return NULL;1321 #endif1322 1314 } 1323 1315
Note: See TracChangeset for help on using the changeset viewer.