summaryrefslogtreecommitdiff
path: root/src/MDD.cpp
diff options
context:
space:
mode:
authorThomas Richter <thomas.richter@iis.fraunhofer.de>2021-09-10 09:09:30 +0200
committerThomas Richter <thomas.richter@iis.fraunhofer.de>2021-09-10 09:09:30 +0200
commit90658673101b49bbdbff2b9c2670df33c02c8a5e (patch)
tree8728e054c3a2c881c0a7433d5f0a832151bf4ef5 /src/MDD.cpp
parent0148c99d35e21a05f29be9a5ca8ff926e2be26d7 (diff)
Fixed a wrong byte in the MDD file, the JPEG XS picture subdescriptor was wrong.
Diffstat (limited to 'src/MDD.cpp')
-rw-r--r--src/MDD.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp
index 4584a48..c513f3b 100644
--- a/src/MDD.cpp
+++ b/src/MDD.cpp
@@ -1702,7 +1702,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = {
{ { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d,
0x04, 0x01, 0x02, 0x02, 0x03, 0x08, 0x09, 0x00 },
{0}, false, "JPEGXSHigh4444_12Profile" }, // 549
- { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x7f, 0x01, 0x01,
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x53, 0x01, 0x01,
0x0d, 0x01, 0x01, 0x01, 0x01, 0x01, 0x81, 0x02 },
{0}, false, "JPEGXSSubDescriptor" }, // 550
{ { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x0e,