Changeset 779 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon/SEI.h
- Timestamp:
- 4 Jun 2014, 09:28:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/SEI.h
r778 r779 103 103 VPS_REWRITING = 145, 104 104 #endif 105 #if Q0189_TMVP_CONSTRAINTS 106 TMVP_CONSTRAINTS = 146, 107 #endif 105 108 }; 106 109 … … 517 520 #endif 518 521 522 #if Q0189_TMVP_CONSTRAINTS 523 class SEITMVPConstrains : public SEI 524 { 525 public: 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 519 541 typedef std::list<SEI*> SEIMessages; 520 542
Note: See TracChangeset for help on using the changeset viewer.