diff options
| author | jhurst <jhurst@cinecert.com> | 2016-12-10 19:57:45 +0000 |
|---|---|---|
| committer | jhurst <> | 2016-12-10 19:57:45 +0000 |
| commit | 9231719df5d33bc1f398a36a5f070a1de5213908 (patch) | |
| tree | 25ee498708544b7634de4c9b40be3e8753fd97b2 /src/Metadata.h | |
| parent | dec4ef68baee633aac30f4b3e0aab6553c22f967 (diff) | |
o Added IMF App2e UL values and new MXF data types ColorPrimary and
ThreeColorPrimaries (contributed by Schleich)
o Added -o and -O options to as-02-wrap
o Fixed as-02-wrap option -p when making 4:4:4 files
o Simplified as-02-wrap syntax description
Diffstat (limited to 'src/Metadata.h')
| -rwxr-xr-x | src/Metadata.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Metadata.h b/src/Metadata.h index dafd727..549c918 100755 --- a/src/Metadata.h +++ b/src/Metadata.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005-2015, John Hurst +Copyright (c) 2005-2017, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -503,6 +503,10 @@ namespace ASDCP optional_property<ui32_t > ActiveXOffset; optional_property<ui32_t > ActiveYOffset; optional_property<LineMapPair > VideoLineMap; + optional_property<ThreeColorPrimaries > MasteringDisplayPrimaries; + optional_property<ColorPrimary > MasteringDisplayWhitePointChromaticity; + optional_property<ui32_t > MasteringDisplayMaximumLuminance; + optional_property<ui32_t > MasteringDisplayMinimumLuminance; GenericPictureEssenceDescriptor(const Dictionary*& d); GenericPictureEssenceDescriptor(const GenericPictureEssenceDescriptor& rhs); |
