Changeset 1159 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 00:46:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1158 r1159 2937 2937 vps->setOutputLayerSetIdx( i, i ); 2938 2938 } 2939 2939 2940 Int layerSetIdxForOutputLayerSet = vps->getOutputLayerSetIdx(i); 2941 2940 2942 #if Q0078_ADD_LAYER_SETS 2941 2943 if( i > vps->getVpsNumLayerSetsMinus1() || vps->getDefaultTargetOutputLayerIdc() == 2 ) … … 2944 2946 #endif 2945 2947 { 2946 #if NUM_OL_FLAGS 2947 for(j = 0; j < vps->getNumLayersInIdList(layerSetIdxForOutputLayerSet); j++) 2948 #else 2949 for(j = 0; j < vps->getNumLayersInIdList(lsIdx) - 1; j++) 2950 #endif 2948 for( j = 0; j < vps->getNumLayersInIdList(layerSetIdxForOutputLayerSet); j++ ) 2951 2949 { 2952 2950 READ_FLAG( uiCode, "output_layer_flag[i][j]"); vps->setOutputLayerFlag(i, j, uiCode);
Note: See TracChangeset for help on using the changeset viewer.