diff options
| author | jhurst <jhurst@cinecert.com> | 2020-07-06 08:22:03 -0700 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2020-07-06 08:22:03 -0700 |
| commit | f421cbb767e0437458332200e3f8537064feaaa8 (patch) | |
| tree | e7a53012d45461876839fdc480aee939ab6d8cb1 /src/AS_02_PCM.cpp | |
| parent | e9910a8e3314e8a4664f5998a8e508f706509c9c (diff) | |
| parent | dc74dc00c2f225344f14c39969bd6b66664b4fd4 (diff) | |
Merge branch 'master' into iab-labels
Diffstat (limited to 'src/AS_02_PCM.cpp')
| -rw-r--r-- | src/AS_02_PCM.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_02_PCM.cpp b/src/AS_02_PCM.cpp index 8532887..aa7b2a2 100644 --- a/src/AS_02_PCM.cpp +++ b/src/AS_02_PCM.cpp @@ -423,7 +423,7 @@ AS_02::PCM::MXFWriter::h__Writer::SetSourceStream(const ASDCP::Rational& edit_ra m_BytesPerSample = AS_02::MXF::CalcSampleSize(*m_WaveAudioDescriptor); result = WriteAS02Header(PCM_PACKAGE_LABEL, UL(m_Dict->ul(MDD_WAVWrappingClip)), SOUND_DEF_LABEL, UL(m_EssenceUL), UL(m_Dict->ul(MDD_SoundDataDef)), - m_EssenceDescriptor->SampleRate, derive_timecode_rate_from_edit_rate(edit_rate)); + m_EssenceDescriptor->SampleRate); if ( KM_SUCCESS(result) ) { |
