diff options
| author | jhurst <jhurst@cinecert.com> | 2013-07-02 17:16:27 +0000 |
|---|---|---|
| committer | jhurst <> | 2013-07-02 17:16:27 +0000 |
| commit | 30d00641031cd62e51b45db835a8465eddea5405 (patch) | |
| tree | 5b795c53039abf900998fcdc88fcaa51fd9a91dc /src/AS_DCP_JP2K.cpp | |
| parent | 2f6f8dbb08b63351bfa25d3a008a41dec78f7dde (diff) | |
more properties!
Diffstat (limited to 'src/AS_DCP_JP2K.cpp')
| -rwxr-xr-x | src/AS_DCP_JP2K.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/AS_DCP_JP2K.cpp b/src/AS_DCP_JP2K.cpp index cf30869..b2f2eaf 100755 --- a/src/AS_DCP_JP2K.cpp +++ b/src/AS_DCP_JP2K.cpp @@ -221,16 +221,6 @@ ASDCP::JP2K_PDesc_to_MD(const JP2K::PictureDescriptor& PDesc, EssenceDescriptor->StoredHeight = PDesc.StoredHeight; EssenceDescriptor->AspectRatio = PDesc.AspectRatio; - // if ( m_Info.LabelSetType == LS_MXF_SMPTE ) - // { - // PictureEssenceCoding UL = - // Video Line Map ui32_t[VideoLineMapSize] = { 2, 4, 0, 0 } - // CaptureGamma UL = - // ComponentMaxRef ui32_t = 4095 - // ComponentMinRef ui32_t = 0 - // PixelLayout byte_t[PixelLayoutSize] = s_PixelLayoutXYZ - // } - if ( PDesc.StoredWidth < 2049 ) { EssenceDescriptor->PictureEssenceCoding.Set(dict.ul(MDD_JP2KEssenceCompression_2K)); @@ -352,16 +342,6 @@ ASDCP::JP2K_PDesc_to_MD(const JP2K::PictureDescriptor& PDesc, EssenceDescriptor->StoredHeight = PDesc.StoredHeight; EssenceDescriptor->AspectRatio = PDesc.AspectRatio; - // if ( m_Info.LabelSetType == LS_MXF_SMPTE ) - // { - // PictureEssenceCoding UL = - // Video Line Map ui32_t[VideoLineMapSize] = { 2, 4, 0, 0 } - // CaptureGamma UL = - // ComponentMaxRef ui32_t = 4095 - // ComponentMinRef ui32_t = 0 - // PixelLayout byte_t[PixelLayoutSize] = s_PixelLayoutXYZ - // } - if ( PDesc.StoredWidth < 2049 ) { EssenceDescriptor->PictureEssenceCoding.Set(dict.ul(MDD_JP2KEssenceCompression_2K)); |
