diff options
| author | jhurst <jhurst@cinecert.com> | 2018-08-20 00:15:11 +0000 |
|---|---|---|
| committer | jhurst <> | 2018-08-20 00:15:11 +0000 |
| commit | 30dba88305439d4df852bb5149e134739889dc93 (patch) | |
| tree | 771f8275a5b284985a88c0de8e0203bb2467d84b /src/AS_02_JP2K.cpp | |
| parent | 79912d9558b67fb75dfad8bca29d2db1fa58a769 (diff) | |
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
Diffstat (limited to 'src/AS_02_JP2K.cpp')
| -rw-r--r-- | src/AS_02_JP2K.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); } } |
