- Timestamp:
- 22 Sep 2015, 23:44:01 (9 years ago)
- Location:
- branches/HTM-15.1-dev0-BBC
- Files:
-
- 2 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 -
branches/HTM-15.1-dev0-BBC/source/Lib/TLibCommon/SEI.cpp
r1334 r1335 688 688 689 689 // TBD: Add default values for which layers, POCS, Tids or Nalu types the SEI should be send. 690 defAppLayerIds . push_back( 0);690 defAppLayerIds .clear(); 691 691 defAppPocs .push_back( 0 ); 692 692 defAppTids .push_back( 0 ); 693 defAppVclNaluTypes .push_back( 0 );693 defAppVclNaluTypes = IDR_NAL_UNIT_TYPES; 694 694 695 695 Int defSeiNaluId = 0;
Note: See TracChangeset for help on using the changeset viewer.