Ignore:
Timestamp:
2 Oct 2015, 16:44:04 (9 years ago)
Author:
disney-htm
Message:

Disney's part of AlternativeDepthInfo SEI message integrated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.1-dev0-Disney/source/Lib/TLibCommon/SEI.h

    r1342 r1343  
    11401140};
    11411141
    1142 #if NH_MV_SEI_TBD
     1142
    11431143class SEIAlternativeDepthInfo : public SEI
    11441144{
     
    11491149  SEI* getCopy( ) const { return new SEIAlternativeDepthInfo(*this); };
    11501150
    1151   Void setupFromCfgFile( const Char*      cfgFile );
    1152   Void setupFromSlice  ( const TComSlice* slice   );
    1153   Bool checkCfg        ( const TComSlice* slice   );
     1151  Void setupFromCfgFile( const Char*      cfgFile ); 
     1152  Bool checkCfg        ( const TComSlice* slice   );
     1153
    11541154
    11551155  Bool      m_alternativeDepthInfoCancelFlag;
    11561156  Int       m_depthType;
     1157#if NH_MV_SEI_TBD
    11571158  Int       m_numConstituentViewsGvdMinus1;
    11581159  Bool      m_depthPresentGvdFlag;
     
    11911192  IntAry1d  m_expGvdTX;
    11921193  IntAry1d  m_manGvdTX;
     1194#endif
    11931195  Int       m_minOffsetXInt;
    11941196  Int       m_minOffsetXFrac;
     
    12041206  Int       m_warpMapHeightMinus2;
    12051207};
    1206 #endif
     1208
    12071209
    12081210#endif
Note: See TracChangeset for help on using the changeset viewer.