Changeset 593 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibEncoder/SEIwrite.h
- Timestamp:
- 2 Feb 2014, 04:51:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibEncoder/SEIwrite.h
r583 r593 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 3, ITU/ISO/IEC6 * Copyright (c) 2010-2014, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 64 64 Void xWriteSEIGradualDecodingRefreshInfo(const SEIGradualDecodingRefreshInfo &sei); 65 65 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 66 70 #if LAYERS_NOT_PRESENT_SEI 67 71 Void xWriteSEILayersNotPresent(const SEILayersNotPresent& sei); 68 72 #endif 69 Void xWriteSEISOPDescription(const SEISOPDescription& sei);70 73 #if N0383_IL_CONSTRAINED_TILE_SETS_SEI 71 74 Void xWriteSEIInterLayerConstrainedTileSets(const SEIInterLayerConstrainedTileSets& sei); … … 74 77 Void xWriteSEISubBitstreamProperty(const SEISubBitstreamProperty &sei); 75 78 #endif 76 Void xWriteSEIScalableNesting(TComBitIf& bs, const SEIScalableNesting& sei, TComSPS *sps); 77 Void xWriteByteAlign(); 79 #endif //SVC_EXTENSION 78 80 }; 79 81
Note: See TracChangeset for help on using the changeset viewer.