From bbbadac707e1a16e8a982f966132159db94364ba Mon Sep 17 00:00:00 2001 From: jhurst Date: Wed, 22 Oct 2014 19:19:49 +0000 Subject: phdr: o Finished FrameBuffer::Dump() o Minor comment changes o Added support for -W and some verbosity to phdr-unwrap o Removed spurious "m_FramesWritten++" that was causing master metadata tin increment the duration. asdcp: o Set streamID byte of the PHDRImageMetadataItem UL to zero to meet canonical expectations. o Added some verbosity to as-02-unwrap o Fixed partitioning off-by-one in h__AS02WriterFrame::WriteEKLVPacket() --- src/MDD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MDD.cpp') diff --git a/src/MDD.cpp b/src/MDD.cpp index 2f9604d..ce03603 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -1168,7 +1168,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { 0x0e, 0x09, 0x06, 0x07, 0x01, 0x01, 0x01, 0x01 }, {0}, false, "PHDRImageMetadataWrappingFrame" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x02, 0x01, 0x05, // 375 - 0x0e, 0x09, 0x06, 0x07, 0x01, 0x01, 0x01, 0x02 }, + 0x0e, 0x09, 0x06, 0x07, 0x01, 0x01, 0x01, 0x00 }, {0}, false, "PHDRImageMetadataItem" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x53, 0x01, 0x05, // 376 0x0e, 0x09, 0x06, 0x07, 0x01, 0x01, 0x01, 0x03 }, -- cgit v1.2.3