From 1bc2108d63e525a45c66d5de6236dbb5037cdb92 Mon Sep 17 00:00:00 2001 From: jhurst Date: Wed, 2 Mar 2016 18:57:41 +0000 Subject: Changed default UNIX file permissions to "666" Changed default UNIX file permissions to "777" Added missing initializer for caltime::offset Fixed UL values for Aux Data files (per ST 429-14) Added support for default TTML fonts (ST2052_TextParser) --- src/MDD.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/MDD.cpp') diff --git a/src/MDD.cpp b/src/MDD.cpp index 7698ff5..d8e2ee9 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -917,14 +917,14 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x0e, // 293 0x01, 0x03, 0x07, 0x01, 0x04, 0x00, 0x00, 0x00 }, {0}, false, "SoundfieldGroupLabelSubDescriptor_GroupOfSoundfieldGroupsLinkID" }, - { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x05, // 294 - 0x0e, 0x09, 0x06, 0x05, 0x00, 0x00, 0x00, 0x00 }, + { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 294 + 0x0d, 0x01, 0x03, 0x01, 0x02, 0x13, 0x02, 0x01 }, {0}, false, "DCDataWrappingFrame" }, - { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x02, 0x01, 0x05, // 295 - 0x0e, 0x09, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00 }, + { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x02, 0x01, 0x0d, // 295 + 0x0d, 0x01, 0x03, 0x01, 0x17, 0x01, 0x0d, 0x00 }, {0}, false, "DCDataEssence" }, - { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x53, 0x01, 0x05, // 296 - 0x0e, 0x09, 0x06, 0x03, 0x00, 0x00, 0x00, 0x00 }, + { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x7f, 0x01, 0x01, // 296 + 0x0d, 0x01, 0x01, 0x01, 0x01, 0x01, 0x73, 0x00 }, {0}, false, "DCDataDescriptor" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x53, 0x01, 0x05, // 297 0x0e, 0x09, 0x06, 0x06, 0x00, 0x00, 0x00, 0x00 }, -- cgit v1.2.3