summaryrefslogtreecommitdiff
path: root/src/AS_02_JP2K.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2020-06-01 07:49:59 -0700
committerjhurst <jhurst@cinecert.com>2020-06-01 07:49:59 -0700
commite8f0a84fedafbe3c2e1c283bef9e93afeefa7157 (patch)
tree80779a5e21507dcdd7e4ebf5e392e0a2b8772fcb /src/AS_02_JP2K.cpp
parent5e63427d5b08481e85fc4703a9e88c3072b9a1ce (diff)
parentdc74dc00c2f225344f14c39969bd6b66664b4fd4 (diff)
Merge branch 'master' of https://github.com/cinecert/asdcplib
Diffstat (limited to 'src/AS_02_JP2K.cpp')
-rw-r--r--src/AS_02_JP2K.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_02_JP2K.cpp b/src/AS_02_JP2K.cpp
index 321abfc..ac951e4 100644
--- a/src/AS_02_JP2K.cpp
+++ b/src/AS_02_JP2K.cpp
@@ -363,7 +363,7 @@ AS_02::JP2K::MXFWriter::h__Writer::SetSourceStream(const std::string& label, con
result = WriteAS02Header(label, wrapping_label,
PICT_DEF_LABEL, UL(m_EssenceUL), UL(m_Dict->ul(MDD_PictureDataDef)),
- edit_rate, derive_timecode_rate_from_edit_rate(edit_rate));
+ edit_rate);
if ( KM_SUCCESS(result) )
{