diff options
| author | Pierre-Anthony Lemieux <pal@palemieux.com> | 2019-11-30 14:32:56 -0800 |
|---|---|---|
| committer | Pierre-Anthony Lemieux <pal@palemieux.com> | 2019-11-30 14:32:56 -0800 |
| commit | dd3acfff947ca52e1a3260243cb38f7035626282 (patch) | |
| tree | 08f85ed8b94dc9b6fae738bda0dc5ae0ad71f757 /src/AS_DCP.h | |
| parent | fb0d1d9e580641c2d7832dcb94661dcd1ebe3374 (diff) | |
Implemented J2K desc to/from MD
Diffstat (limited to 'src/AS_DCP.h')
| -rwxr-xr-x | src/AS_DCP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h index b28f114..0948cbf 100755 --- a/src/AS_DCP.h +++ b/src/AS_DCP.h @@ -1092,7 +1092,7 @@ namespace ASDCP { struct ExtendedCapabilities_t // ISO 15444-1 Annex A.5.2 { ui32_t Pcap; // Pcap = 0 means that no extended capabilities are required - ui16_t Ccap[MaxCapabilities]; // Ccap^i in ISO/IEC 15444-1 corresponds to Ccap[i -1] + ui16_t Ccap[MaxCapabilities]; // Ccap^i in ISO/IEC 15444-1 corresponds to Ccap[i - 1] }; struct Profile_t // ISO 15444-1 |
