From 915b876047071c0b7f227d15edd6f545fe94ed2d Mon Sep 17 00:00:00 2001 From: Matthew Sheby <44249925+msheby@users.noreply.github.com> Date: Thu, 26 Aug 2021 21:35:20 -0700 Subject: fix issue #71 --- src/MDD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MDD.cpp') diff --git a/src/MDD.cpp b/src/MDD.cpp index 4b3b928..4584a48 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -1069,7 +1069,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { {0, 0}, false, "IMFAudioSoundfield_LtRt" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 344 0x03, 0x02, 0x02, 0x20, 0x0a, 0x00, 0x00, 0x00 }, - {0, 0}, false, "IMFAudioSoundfield_51Ex" }, + {0, 0}, false, "IMFAudioSoundfield_51EX" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 345 0x03, 0x02, 0x02, 0x20, 0x0b, 0x00, 0x00, 0x00 }, {0, 0}, false, "IMFAudioSoundfield_HI" }, -- cgit v1.2.3 From 90658673101b49bbdbff2b9c2670df33c02c8a5e Mon Sep 17 00:00:00 2001 From: Thomas Richter Date: Fri, 10 Sep 2021 09:09:30 +0200 Subject: Fixed a wrong byte in the MDD file, the JPEG XS picture subdescriptor was wrong. --- src/MDD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MDD.cpp') 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, -- cgit v1.2.3