summaryrefslogtreecommitdiff
path: root/src/AS_DCP_JP2K.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AS_DCP_JP2K.cpp')
-rwxr-xr-xsrc/AS_DCP_JP2K.cpp1
1 files changed, 1 insertions, 0 deletions
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;