From 30dba88305439d4df852bb5149e134739889dc93 Mon Sep 17 00:00:00 2001 From: jhurst Date: Mon, 20 Aug 2018 00:15:11 +0000 Subject: o Fixes wrong MajorVersion in Preface o Adds VideoLineMap also to RGBA essence descriptor o Adds VideoLineMap to RGBA and CDCI descriptor only when option -l is present (disputable - but distinguished value {0, 0} is not allowed in closed and complete partitions) o Fixes issue with IndexRate not set in AS-02 J2K files o Additional fixes to minor version number in AS-02 partition packs o CMake brought up to date o Fixed erroneous WAV RF64 header interpretation --- src/AS_02_JP2K.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AS_02_JP2K.cpp') diff --git a/src/AS_02_JP2K.cpp b/src/AS_02_JP2K.cpp index 0379a96..2d8bfa5 100644 --- a/src/AS_02_JP2K.cpp +++ b/src/AS_02_JP2K.cpp @@ -368,6 +368,7 @@ AS_02::JP2K::MXFWriter::h__Writer::SetSourceStream(const std::string& label, con if ( KM_SUCCESS(result) ) { this->m_IndexWriter.SetPrimerLookup(&this->m_HeaderPart.m_Primer); + this->m_IndexWriter.SetEditRate(m_EssenceDescriptor->SampleRate); } } -- cgit v1.2.3