Changeset 779 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon/SEI.h


Ignore:
Timestamp:
4 Jun 2014, 09:28:48 (11 years ago)
Author:
nokia
Message:

software implementation for JCTVC-Q0189

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibCommon/SEI.h

    r778 r779  
    103103    VPS_REWRITING                        = 145,
    104104#endif
     105#if Q0189_TMVP_CONSTRAINTS
     106    TMVP_CONSTRAINTS                     = 146,
     107#endif
    105108  };
    106109 
     
    517520#endif
    518521
     522#if Q0189_TMVP_CONSTRAINTS
     523class SEITMVPConstrains : public SEI
     524{
     525public:
     526  PayloadType payloadType() const { return TMVP_CONSTRAINTS; }
     527
     528  SEITMVPConstrains()
     529    : prev_pics_not_used_flag(0),no_intra_layer_col_pic_flag(0)
     530    {}
     531
     532  virtual ~SEITMVPConstrains()
     533  {
     534  }
     535
     536  UInt prev_pics_not_used_flag;
     537  UInt no_intra_layer_col_pic_flag;
     538};
     539#endif
     540
    519541typedef std::list<SEI*> SEIMessages;
    520542
Note: See TracChangeset for help on using the changeset viewer.