Changeset 1335 in 3DVCSoftware


Ignore:
Timestamp:
22 Sep 2015, 23:44:01 (9 years ago)
Author:
tech
Message:

Fixes to

  • alphaChannelInfoSei.cfg
  • default presence.
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  
    11
    2 PayloadType                     : TBD
     2PayloadType                     : 165
    33
    44#======== 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)
     5ApplicableLayerIds              :                                # LayerIds      of layers   to which the SEI is added. (all when empty)
     6ApplicablePocs                  :                             # POCs          of pictures to which the SEI is added. (all when empty)
     7ApplicableTids                  :                             # Tids          of pictures to which the SEI is added. (all when empty)
     8ApplicableVclNaluTypes          : 19 20                          # NaluUnitTypes of picture  to which the SEI is added. (all when empty)
    99
    1010#======== Position in bit stream  ============
     
    1313
    1414#======== Payload modification =============
    15 ModifyByEncoder                 : TBD                            #  0: Use payload as specified in cfg file   1: Modify SEI by encoder.
     15ModifyByEncoder                 :                             #  0: Use payload as specified in cfg file   1: Modify SEI by encoder.
    1616
    1717#======== Payload specification =============
     
    2020AlphaChannelBitDepthMinus8      : 0
    2121AlphaTransparentValue           : 0
    22 AlphaOpaqueValue                : 0
     22AlphaOpaqueValue                : 255
    2323AlphaChannelIncrFlag            : 0
    2424AlphaChannelClipFlag            : 0
  • branches/HTM-15.1-dev0-BBC/source/Lib/TLibCommon/SEI.cpp

    r1334 r1335  
    688688
    689689  // 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();
    691691  defAppPocs        .push_back( 0 );
    692692  defAppTids        .push_back( 0 );
    693   defAppVclNaluTypes.push_back( 0 );
     693  defAppVclNaluTypes = IDR_NAL_UNIT_TYPES;
    694694
    695695  Int      defSeiNaluId                  = 0;
Note: See TracChangeset for help on using the changeset viewer.