diff options
| author | jhurst <jhurst@cinecert.com> | 2019-11-28 10:15:10 -0800 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2019-11-28 10:15:10 -0800 |
| commit | 20c2f749a4593c418259bcf8b5f6f0775b70d910 (patch) | |
| tree | 0ae01e2643c5b5b7362cb39e1b6581b960389dce /src/Metadata.h | |
| parent | 7ce81497e2592d5787b9a4285d6a89ae09f79022 (diff) | |
fixed to implement an array rather than a scalar of ui16_t
Diffstat (limited to 'src/Metadata.h')
| -rwxr-xr-x | src/Metadata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Metadata.h b/src/Metadata.h index f572ce4..72ca7a5 100755 --- a/src/Metadata.h +++ b/src/Metadata.h @@ -572,7 +572,7 @@ namespace ASDCP optional_property<Raw > QuantizationDefault; optional_property<RGBALayout > J2CLayout; optional_property<J2KExtendedCapabilities > J2KExtendedCapabilities; - optional_property<ui16_t > J2KProfile; + optional_property<Array<Kumu::ArchivableUi16> > J2KProfile; optional_property<ui16_t > J2KCorrespondingProfile; JPEG2000PictureSubDescriptor(const Dictionary*& d); |
