Merge pull request #97 from thorfdbg/master
authorJohn Hurst <jhurst@cinecert.com>
Sun, 12 Sep 2021 19:59:20 +0000 (12:59 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Sep 2021 19:59:20 +0000 (12:59 -0700)
Fixed a wrong byte in the JPEG XS subdescriptor

autogen.sh [new file with mode: 0755]
src/MDD.cpp

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..fc34bd5
--- /dev/null
@@ -0,0 +1,14 @@
+#! /bin/sh
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+ORIGDIR=`pwd`
+cd $srcdir
+
+autoreconf -v --install || exit 1
+cd $ORIGDIR || exit $?
+
+if test -z "$NOCONFIGURE"; then
+    $srcdir/configure "$@"
+fi
index 4584a4800616adc7d1a542ad9bcb7e6ab0b01f14..c513f3b6f9a8c206c1afa1da6d23d2a775305e9c 100644 (file)
@@ -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,