diff options
| author | jhurst <jhurst@cinecert.com> | 2015-01-22 21:05:58 +0000 |
|---|---|---|
| committer | jhurst <> | 2015-01-22 21:05:58 +0000 |
| commit | 665b2e2e5dcf2266e636d29bcf4ef281da65117f (patch) | |
| tree | 1c9ddb0c0433f369817dc196e6b8a3502b4a1122 /src/MDD.cpp | |
| parent | c37d749945eba6b8922ecf58ef886f32ee55b38e (diff) | |
phdr
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp index ce03603..cae083d 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2006-2013, John Hurst +Copyright (c) 2006-2015, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -1183,6 +1183,10 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { 0x0e, 0x09, 0x06, 0x07, 0x01, 0x01, 0x01, 0x06 }, {0}, false, "PHDRMetadataTrackSubDescriptor_SimplePayloadSID" }, + { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x0e, // 380 + 0x04, 0x01, 0x06, 0x03, 0x0e, 0x00, 0x00, 0x00 }, + {0}, true, "JPEG2000PictureSubDescriptor_J2CLayout" }, + { {0}, {0}, false, 0 } }; |
