Ignore:
Timestamp:
28 Jun 2013, 00:40:00 (11 years ago)
Author:
seregin
Message:

update to HM11.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.1-dev/source/Lib/TLibDecoder/SEIread.h

    r292 r302  
    7878  Void xParseSEITemporalLevel0Index   (SEITemporalLevel0Index &sei, UInt payloadSize);
    7979  Void xParseSEIGradualDecodingRefreshInfo (SEIGradualDecodingRefreshInfo &sei, UInt payloadSize);
    80 #if J0149_TONE_MAPPING_SEI
    8180  Void xParseSEIToneMappingInfo       (SEIToneMappingInfo& sei, UInt payloadSize);
    82 #endif
     81  Void xParseSEISOPDescription        (SEISOPDescription &sei, UInt payloadSize);
    8382#if M0043_LAYERS_PRESENT_SEI
    8483  Void xParseSEILayersPresent         (SEILayersPresent &sei, UInt payloadSize, TComVPS *vps);
    85 #endif
    86 #if L0208_SOP_DESCRIPTION_SEI
    87   Void xParseSEISOPDescription        (SEISOPDescription &sei, UInt payloadSize);
    88 #endif
    89 #if K0180_SCALABLE_NESTING_SEI
    90 #if M0043_LAYERS_PRESENT_SEI
    9184  Void xParseSEIScalableNesting       (SEIScalableNesting& sei, const NalUnitType nalUnitType, UInt payloadSize, TComVPS *vps, TComSPS *sps);
    9285#else
    9386  Void xParseSEIScalableNesting       (SEIScalableNesting& sei, const NalUnitType nalUnitType, UInt payloadSize, TComSPS *sps);
    94 #endif
    9587#endif
    9688  Void xParseByteAlign();
Note: See TracChangeset for help on using the changeset viewer.