Ignore:
Timestamp:
18 Sep 2015, 23:09:19 (9 years ago)
Author:
vidyo
Message:

LAYERS_NOT_PRESENT SEI message changes by Vidyo, Inc.
All the changes are under the #define NH_MV_LAYERS_NOT_PRESENT_SEI
Extra information passed into parseSEI - vps as MaxNumLayers is required in order to know how many flags to read.
contact:
jpadia@…, danny@…

File:
1 edited

Legend:

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

    r1328 r1331  
    660660
    661661#if NH_MV_SEI
    662 #if NH_MV_SEI_TBD
     662#if NH_MV_LAYERS_NOT_PRESENT_SEI
    663663class SEILayersNotPresent : public SEI
    664664{
     
    670670
    671671  Void setupFromCfgFile( const Char*      cfgFile );
    672   Void setupFromSlice  ( const TComSlice* slice   );
     672  //Void setupFromSlice  ( const TComSlice* slice   );
    673673  Bool checkCfg        ( const TComSlice* slice   );
    674674
    675675  Int       m_lnpSeiActiveVpsId;
     676  UInt      m_lnpSeiMaxLayers;
    676677  BoolAry1d m_layerNotPresentFlag;
     678
     679  void resizeDimI( Int sizeDimI )
     680  {
     681    m_layerNotPresentFlag.resize( sizeDimI );
     682  }
    677683};
    678684#endif
Note: See TracChangeset for help on using the changeset viewer.