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_internal.h | |
| 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_internal.h')
| -rw-r--r-- | src/AS_02_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AS_02_internal.h b/src/AS_02_internal.h index e068f8d..c4aee7e 100644 --- a/src/AS_02_internal.h +++ b/src/AS_02_internal.h @@ -107,6 +107,7 @@ namespace AS_02 ui32_t GetDuration() const; void PushIndexEntry(const ASDCP::MXF::IndexTableSegment::IndexEntry&); + void SetEditRate(const ASDCP::Rational& edit_rate); }; |
