Changeset 1106 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 6 Jul 2015, 20:51:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1103 r1106 2633 2633 CommonDecoderParams* params = this->getCommonDecoderParams(); 2634 2634 2635 #if !FIX_CONF_MODE2636 assert( params->getTargetLayerId() < vps->getMaxLayers() );2637 #endif2638 2639 2635 if( params->getValueCheckedFlag() ) 2640 2636 { … … 2739 2735 2740 2736 } 2741 #if FIX_CONF_MODE 2737 2742 2738 // Set correct value of targetLayerId 2743 2739 Int targetOlsIdx = params->getTargetOutputLayerSetIdx(); 2744 2740 Int targetLsIdx = vps->getOutputLayerSetIdx( targetOlsIdx ); 2745 2741 params->setTargetLayerId( vps->getLayerSetLayerIdList( targetLsIdx, vps->getNumLayersInIdList(targetLsIdx)-1 ) ); 2746 #endif 2742 2747 2743 #if FIX_NON_OUTPUT_LAYER 2748 2744 // Check if the current layer is an output layer
Note: See TracChangeset for help on using the changeset viewer.