summaryrefslogtreecommitdiff
path: root/src/AS_02_PCM.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2020-02-14 11:46:52 -0800
committerjhurst <jhurst@cinecert.com>2020-02-14 11:46:52 -0800
commit610e14eb3cc8d3a7b9223646695e900b0acde132 (patch)
tree41f45c54e721285f9dcca4a8065453e208c38e04 /src/AS_02_PCM.cpp
parent7f8e4c2f945e5c33ea707b232cc4eb5859b1d8f9 (diff)
Die timecode! Die!no_tc_in_as_02
Diffstat (limited to 'src/AS_02_PCM.cpp')
-rw-r--r--src/AS_02_PCM.cpp2
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) )
{