Ignore:
Timestamp:
2 Feb 2014, 04:51:29 (11 years ago)
Author:
seregin
Message:

update to HM-13.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/Lib/TLibEncoder/SEIwrite.h

    r583 r593  
    44 * granted under this license.
    55 *
    6  * Copyright (c) 2010-2013, ITU/ISO/IEC
     6 * Copyright (c) 2010-2014, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    6464  Void xWriteSEIGradualDecodingRefreshInfo(const SEIGradualDecodingRefreshInfo &sei);
    6565  Void xWriteSEIToneMappingInfo(const SEIToneMappingInfo& sei);
     66  Void xWriteSEISOPDescription(const SEISOPDescription& sei);
     67  Void xWriteSEIScalableNesting(TComBitIf& bs, const SEIScalableNesting& sei, TComSPS *sps);
     68  Void xWriteByteAlign();
     69#if SVC_EXTENSION
    6670#if LAYERS_NOT_PRESENT_SEI
    6771  Void xWriteSEILayersNotPresent(const SEILayersNotPresent& sei);
    6872#endif
    69   Void xWriteSEISOPDescription(const SEISOPDescription& sei);
    7073#if N0383_IL_CONSTRAINED_TILE_SETS_SEI
    7174  Void xWriteSEIInterLayerConstrainedTileSets(const SEIInterLayerConstrainedTileSets& sei);
     
    7477  Void xWriteSEISubBitstreamProperty(const SEISubBitstreamProperty &sei);
    7578#endif
    76   Void xWriteSEIScalableNesting(TComBitIf& bs, const SEIScalableNesting& sei, TComSPS *sps);
    77   Void xWriteByteAlign();
     79#endif //SVC_EXTENSION
    7880};
    7981
Note: See TracChangeset for help on using the changeset viewer.