diff options
| author | jhurst <jhurst@cinecert.com> | 2010-01-05 04:12:15 +0000 |
|---|---|---|
| committer | jhurst <> | 2010-01-05 04:12:15 +0000 |
| commit | 5975dff0adbe4feb120fe18e5bee6641f40d2559 (patch) | |
| tree | 735e8f1b28f37148baf7a704ad0c1539bdab381c /src/MDD.cpp | |
| parent | d2bb60a0011f1d5ea555b74153c16b283f14e397 (diff) | |
undo, j2c-test
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp index f4ed6d9..08c5c5f 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2006-2009, John Hurst +Copyright (c) 2006-2010, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -38,10 +38,10 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { { { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 0 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, {0}, false, "MICAlgorithm_NONE" }, - { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x02, // 1 + { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01, // 1 0x0d, 0x01, 0x02, 0x01, 0x10, 0x00, 0x00, 0x00 }, {0}, false, "MXFInterop_OPAtom" }, - { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01, // 2 + { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x02, // 2 0x0d, 0x01, 0x02, 0x01, 0x10, 0x00, 0x00, 0x00 }, {0}, false, "OPAtom" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01, // 3 |
