Changeset 257 in SHVCSoftware for branches/SHM-2.1-multilayers-dev/source/Lib/TLibDecoder
- Timestamp:
- 3 Jun 2013, 21:33:24 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-multilayers-dev/source/Lib/TLibDecoder/TDecTop.cpp
r255 r257 160 160 if (m_cIlpPic[0] == NULL) 161 161 { 162 for (Int j=0; j < 1/*MAX_NUM_REF*/; j++) // to beset to NumDirectRefLayers[LayerIdInVps[nuh_layer_id]]162 for (Int j=0; j < MAX_LAYERS /*MAX_NUM_REF*/; j++) // consider to set to NumDirectRefLayers[LayerIdInVps[nuh_layer_id]] 163 163 { 164 164 … … 1307 1307 #endif 1308 1308 } 1309 1310 // currently only one reference layer is supported1311 assert( vps->getNumDirectRefLayers( m_layerId ) == 1 );1312 #if JCTVC_M0458_INTERLAYER_RPS_SIG1313 assert( vps->getMaxOneActiveRefLayerFlag() == 1 );1314 #endif1315 1309 1316 1310 return (TDecTop *)getLayerDec( vps->getRefLayerId( m_layerId, refLayerIdc ) );
Note: See TracChangeset for help on using the changeset viewer.