Changeset 1159 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 8 Jul 2015, 00:46:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1157 r1159 2177 2177 #endif 2178 2178 { 2179 #if NUM_OL_FLAGS 2180 for(j = 0; j < vps->getNumLayersInIdList(layerSetIdxForOutputLayerSet) ; j++) 2181 #else 2182 for(j = 0; j < vps->getNumLayersInIdList(lsIdx) - 1; j++) 2183 #endif 2179 for( j = 0; j < vps->getNumLayersInIdList(layerSetIdxForOutputLayerSet) ; j++ ) 2184 2180 { 2185 2181 WRITE_FLAG( vps->getOutputLayerFlag(i,j), "output_layer_flag[i][j]");
Note: See TracChangeset for help on using the changeset viewer.