summaryrefslogtreecommitdiff
path: root/src/AS_02_PCM.cpp
diff options
context:
space:
mode:
authorjelkins <jelkins@cinecert.com>2020-10-08 09:49:48 -0700
committerjelkins <jelkins@cinecert.com>2020-10-08 09:49:48 -0700
commitee40718aa383cb40beb67be317b3565c218d32c1 (patch)
treed2bd150d132a7dbf8c6bbe0dd6ca0c001292158c /src/AS_02_PCM.cpp
parent6b98e08246b5b6a191152e3a3a4a69b459d1ae35 (diff)
parentd417531ed59434ecaee487adfdf54646408479bf (diff)
Merge branch 'master' of https://github.com/Jason-elkins/asdcplib into check_optional_values_arent_empty
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) )
{