Changeset 884 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder/SEIread.cpp
- Timestamp:
- 11 Sep 2014, 12:48:48 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/SEIread.cpp
r871 r884 584 584 585 585 sei.activeSeqParameterSetId.resize(sei.numSpsIdsMinus1 + 1); 586 #if R0247_SEI_ACTIVE 587 sei.layerSpsIdx.resize(sei.numSpsIdsMinus1 + 1); 588 #endif 586 589 for (Int i=0; i < (sei.numSpsIdsMinus1 + 1); i++) 587 590 { 588 591 READ_UVLC(val, "active_seq_parameter_set_id"); sei.activeSeqParameterSetId[i] = val; 589 592 } 590 593 #if R0247_SEI_ACTIVE 594 for (Int i=1; i < (sei.numSpsIdsMinus1 + 1); i++) 595 { 596 READ_UVLC(val, "layer_sps_idx"); sei.layerSpsIdx[i] = val; 597 } 598 #endif 591 599 xParseByteAlign(); 592 600 }
Note: See TracChangeset for help on using the changeset viewer.