diff options
| author | mikey <mikey@cinecert.com> | 2012-01-31 19:42:02 +0000 |
|---|---|---|
| committer | mikey <> | 2012-01-31 19:42:02 +0000 |
| commit | 1e0a44f949436b95b7def495dcaff9232dadf750 (patch) | |
| tree | a6e497c89986047bf3e9cced0ad8d0af8a0729b0 | |
| parent | 9b7297652cacd604013d0de4ede51fd01775e5e4 (diff) | |
beta version commit.
| -rw-r--r-- | configure.ac | 3 | ||||
| -rw-r--r-- | src/MDD.cpp | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 63b7d2d..9fec68c 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,8 @@ AC_PREREQ([2.59]) # For example, if asdcplib version 1.0.0 were modified to accomodate changes # in file format, and if no changes were made to AS_DCP.h, the new version would be # 1.0.1. If changes were also required in AS_DCP.h, the new version would be 1.1.1. -AC_INIT([asdcplib], [1.8.44], [asdcplib@cinecert.com]) + +AC_INIT([asdcplib], [1.8.44b], [asdcplib@cinecert.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/KM_error.h]) diff --git a/src/MDD.cpp b/src/MDD.cpp index 0855959..98666a8 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -875,10 +875,10 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0b, // 279 0x04, 0x02, 0x02, 0x10, 0x03, 0x01, 0x03, 0x00 }, {0}, false, "DCAudioChannelCfg_3_7p1" }, - { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0c, // 280 + { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0b, // 280 0x04, 0x02, 0x02, 0x10, 0x03, 0x01, 0x04, 0x00 }, {0}, false, "DCAudioChannelCfg_4_WTF" }, - { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0c, // 281 + { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0b, // 281 0x04, 0x02, 0x02, 0x10, 0x03, 0x01, 0x05, 0x00 }, {0}, false, "DCAudioChannelCfg_5_7p1_DS" }, { {0}, {0}, false, 0 } |
