diff options
| author | John Hurst <jhurst@cinecert.com> | 2020-07-08 08:33:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-08 08:33:55 -0700 |
| commit | 89b3c61b8f5a98fda7553f8241b45b091b9e0b86 (patch) | |
| tree | c15949bfffd2846e8453a81abf569d2a98f10502 /src | |
| parent | 3562c679bc8fd59ac91541bba2144a778bfdbf02 (diff) | |
| parent | 624cd74d091173e255ee2f9045da4e0b47006446 (diff) | |
Merge pull request #46 from sandflow/issue/timecode-extrapolation-not-needed-in-iab
Remove timecode from IAB Track File
Diffstat (limited to 'src')
| -rw-r--r-- | src/AS_02_IAB.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AS_02_IAB.cpp b/src/AS_02_IAB.cpp index cbee6e2..4061c26 100644 --- a/src/AS_02_IAB.cpp +++ b/src/AS_02_IAB.cpp @@ -158,7 +158,6 @@ AS_02::IAB::MXFWriter::OpenWrite( UL(element_ul_bytes), UL(this->m_Writer->m_Dict->ul(MDD_SoundDataDef)), edit_rate, - derive_timecode_rate_from_edit_rate(edit_rate), &conformsToSpecs ); |
