From 116bbca3bba417734a5853786d86243f5e4d6357 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 31 Jan 2019 23:30:51 +0000 Subject: Set up MXF header value DisplayHeight. Otherwise mediainfo reports 0 height for DCP-o-matic's MXFs. See DoM bug #1325 for more discussion. --- src/AS_DCP_JP2K.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AS_DCP_JP2K.cpp') diff --git a/src/AS_DCP_JP2K.cpp b/src/AS_DCP_JP2K.cpp index 06f86cd..8856e67 100755 --- a/src/AS_DCP_JP2K.cpp +++ b/src/AS_DCP_JP2K.cpp @@ -293,6 +293,7 @@ ASDCP::JP2K_PDesc_to_MD(const JP2K::PictureDescriptor& PDesc, EssenceDescriptor.FrameLayout = 0; EssenceDescriptor.StoredWidth = PDesc.StoredWidth; EssenceDescriptor.StoredHeight = PDesc.StoredHeight; + EssenceDescriptor.DisplayHeight = PDesc.StoredHeight; EssenceDescriptor.AspectRatio = PDesc.AspectRatio; EssenceSubDescriptor.Rsize = PDesc.Rsize; -- cgit v1.2.3