Changeset 121 in SHVCSoftware
- Timestamp:
- 11 Apr 2013, 04:08:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncCavlc.cpp
r118 r121 718 718 // Target output layer signalling 719 719 WRITE_UVLC( vps->getNumOutputLayerSets(), "vps_num_output_layer_sets"); 720 for( Inti = 0; i < vps->getNumOutputLayerSets(); i++)720 for(i = 0; i < vps->getNumOutputLayerSets(); i++) 721 721 { 722 722 WRITE_UVLC( vps->getOutputLayerSetIdx(i), "vps_output_layer_set_idx[i]"); 723 723 Int lsIdx = vps->getOutputLayerSetIdx(i); 724 for( Intj = 0; j <= vps->getMaxLayerId(); j++)724 for(j = 0; j <= vps->getMaxLayerId(); j++) 725 725 { 726 726 if(vps->getLayerIdIncludedFlag(lsIdx, j))
Note: See TracChangeset for help on using the changeset viewer.