diff options
| author | jhurst <jhurst@cinecert.com> | 2014-10-22 19:19:49 +0000 |
|---|---|---|
| committer | jhurst <> | 2014-10-22 19:19:49 +0000 |
| commit | bbbadac707e1a16e8a982f966132159db94364ba (patch) | |
| tree | d9511574a643707fd7f012aa1a69187866a12f83 /src/MDD.cpp | |
| parent | 9b450aad2327719d051e986549f0416e17b5dbff (diff) | |
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()
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |
