Changeset 779 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon
- Timestamp:
- 4 Jun 2014, 09:28:48 (11 years ago)
- Location:
- branches/SHM-6-dev/source/Lib/TLibCommon
- Files:
-
- 2 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 -
branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h
r778 r779 269 269 #define DPB_CONSTRAINTS 1 ///< JCTVC-Q0100 RPS DPB constraints 270 270 #define P0050_KNEE_FUNCTION_SEI 1 ///< JCTVC-P0050: Knee function SEI 271 #define Q0189_TMVP_CONSTRAINTS 1 271 272 272 273 #if VIEW_ID_RELATED_SIGNALING
Note: See TracChangeset for help on using the changeset viewer.