Changeset 302 in SHVCSoftware for branches/SHM-2.1-dev/source/Lib/TLibDecoder/SEIread.h
- Timestamp:
- 28 Jun 2013, 00:40:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/Lib/TLibDecoder/SEIread.h
r292 r302 78 78 Void xParseSEITemporalLevel0Index (SEITemporalLevel0Index &sei, UInt payloadSize); 79 79 Void xParseSEIGradualDecodingRefreshInfo (SEIGradualDecodingRefreshInfo &sei, UInt payloadSize); 80 #if J0149_TONE_MAPPING_SEI81 80 Void xParseSEIToneMappingInfo (SEIToneMappingInfo& sei, UInt payloadSize); 82 #endif 81 Void xParseSEISOPDescription (SEISOPDescription &sei, UInt payloadSize); 83 82 #if M0043_LAYERS_PRESENT_SEI 84 83 Void xParseSEILayersPresent (SEILayersPresent &sei, UInt payloadSize, TComVPS *vps); 85 #endif86 #if L0208_SOP_DESCRIPTION_SEI87 Void xParseSEISOPDescription (SEISOPDescription &sei, UInt payloadSize);88 #endif89 #if K0180_SCALABLE_NESTING_SEI90 #if M0043_LAYERS_PRESENT_SEI91 84 Void xParseSEIScalableNesting (SEIScalableNesting& sei, const NalUnitType nalUnitType, UInt payloadSize, TComVPS *vps, TComSPS *sps); 92 85 #else 93 86 Void xParseSEIScalableNesting (SEIScalableNesting& sei, const NalUnitType nalUnitType, UInt payloadSize, TComSPS *sps); 94 #endif95 87 #endif 96 88 Void xParseByteAlign();
Note: See TracChangeset for help on using the changeset viewer.