Changeset 1572 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 20 Jun 2016, 18:41:36 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/SEI.cpp
r1550 r1572 136 136 case SEI::FRAME_PACKING: return "Frame packing arrangement"; 137 137 case SEI::DISPLAY_ORIENTATION: return "Display orientation"; 138 case SEI::GREEN_METADATA: return "Green metadata information"; 138 139 case SEI::SOP_DESCRIPTION: return "Structure of pictures information"; 139 140 case SEI::ACTIVE_PARAMETER_SETS: return "Active parameter sets"; -
branches/SHM-dev/source/Lib/TLibCommon/SEI.h
r1550 r1572 77 77 FRAME_PACKING = 45, 78 78 DISPLAY_ORIENTATION = 47, 79 GREEN_METADATA = 56, 79 80 SOP_DESCRIPTION = 128, 80 81 ACTIVE_PARAMETER_SETS = 129, … … 650 651 #endif 651 652 653 class SEIGreenMetadataInfo : public SEI 654 { 655 public: 656 PayloadType payloadType() const { return GREEN_METADATA; } 657 SEIGreenMetadataInfo() {} 658 659 virtual ~SEIGreenMetadataInfo() {} 660 661 UInt m_greenMetadataType; 662 UInt m_xsdMetricType; 663 UInt m_xsdMetricValue; 664 }; 665 652 666 #if P0123_ALPHA_CHANNEL_SEI 653 667 class SEIAlphaChannelInfo : public SEI
Note: See TracChangeset for help on using the changeset viewer.