Ignore:
Timestamp:
27 Feb 2015, 21:05:56 (10 years ago)
Author:
seregin
Message:

implementation of alpha channel SEI (JCTVC-P0123) with macro P0123_ALPHA_CHANNEL_SEI, patch was provided by Matteo Naccari <Matteo.Naccari@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h

    r1029 r1037  
    436436  Int       m_layersNotPresentSEIEnabled;
    437437#endif
    438 
     438#if P0123_ALPHA_CHANNEL_SEI
     439  Bool      m_alphaSEIEnabled;
     440  Bool      m_alphaCancelFlag;
     441  Int       m_alphaUseIdc;
     442  Int       m_alphaBitDepthMinus8;
     443  Int       m_alphaTransparentValue;
     444  Int       m_alphaOpaqueValue;
     445  Bool      m_alphaIncrementFlag;
     446  Bool      m_alphaClipFlag;
     447  Bool      m_alphaClipTypeFlag;
     448#endif
    439449#if SVC_EXTENSION
    440450#if FAST_INTRA_SHVC
Note: See TracChangeset for help on using the changeset viewer.