Changeset 187 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 12 May 2013, 18:11:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecTop.cpp ¶
r182 r187 1268 1268 if( vps->getNumDirectRefLayers( m_layerId ) <= 0 ) 1269 1269 { 1270 #if ZERO_NUM_DIRECT_LAYERS 1271 return (TDecTop *)getLayerDec( 0 ); 1272 #else 1270 1273 return NULL; 1274 #endif 1271 1275 } 1272 1276 … … 1276 1280 assert( vps->getMaxOneActiveRefLayerFlag() == 1 ); 1277 1281 #endif 1278 1279 1282 1280 1283 return (TDecTop *)getLayerDec( vps->getRefLayerId( m_layerId, 0 ) ); 1281 1284 }
Note: See TracChangeset for help on using the changeset viewer.