- Timestamp:
- 11 Apr 2013, 04:08:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibDecoder/TDecCAVLC.cpp
r118 r120 921 921 // Target output layer signalling 922 922 READ_UVLC( uiCode, "vps_num_output_layer_sets"); vps->setNumOutputLayerSets(uiCode); 923 for( Inti = 0; i < vps->getNumOutputLayerSets(); i++)923 for(i = 0; i < vps->getNumOutputLayerSets(); i++) 924 924 { 925 925 READ_UVLC( uiCode, "vps_output_layer_set_idx[i]"); vps->setOutputLayerSetIdx(i, uiCode); 926 926 Int lsIdx = vps->getOutputLayerSetIdx(i); 927 for( Intj = 0; j <= vps->getMaxLayerId(); j++)927 for(j = 0; j <= vps->getMaxLayerId(); j++) 928 928 { 929 929 if(vps->getLayerIdIncludedFlag(lsIdx, j))
Note: See TracChangeset for help on using the changeset viewer.