Changeset 1335 in 3DVCSoftware for branches/HTM-15.1-dev0-BBC/cfg
- Timestamp:
- 22 Sep 2015, 23:44:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-dev0-BBC/cfg/SEI/alphaChannelInfoSei.cfg
r1328 r1335 1 1 2 PayloadType : TBD2 PayloadType : 165 3 3 4 4 #======== Applicability ========== ( SEI is only send for pictures in intersection ) 5 ApplicableLayerIds : TBD# LayerIds of layers to which the SEI is added. (all when empty)6 ApplicablePocs : TBD# POCs of pictures to which the SEI is added. (all when empty)7 ApplicableTids : TBD# Tids of pictures to which the SEI is added. (all when empty)8 ApplicableVclNaluTypes : TBD# NaluUnitTypes of picture to which the SEI is added. (all when empty)5 ApplicableLayerIds : # LayerIds of layers to which the SEI is added. (all when empty) 6 ApplicablePocs : 0 # POCs of pictures to which the SEI is added. (all when empty) 7 ApplicableTids : 0 # Tids of pictures to which the SEI is added. (all when empty) 8 ApplicableVclNaluTypes : 19 20 # NaluUnitTypes of picture to which the SEI is added. (all when empty) 9 9 10 10 #======== Position in bit stream ============ … … 13 13 14 14 #======== Payload modification ============= 15 ModifyByEncoder : TBD# 0: Use payload as specified in cfg file 1: Modify SEI by encoder.15 ModifyByEncoder : 0 # 0: Use payload as specified in cfg file 1: Modify SEI by encoder. 16 16 17 17 #======== Payload specification ============= … … 20 20 AlphaChannelBitDepthMinus8 : 0 21 21 AlphaTransparentValue : 0 22 AlphaOpaqueValue : 022 AlphaOpaqueValue : 255 23 23 AlphaChannelIncrFlag : 0 24 24 AlphaChannelClipFlag : 0
Note: See TracChangeset for help on using the changeset viewer.