From 0e29e68e94daade47167ac5bc6b51362ef02b5c3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 6 Mar 2018 01:01:29 +0000 Subject: Store interop/SMPTE in MXF. --- src/asset_writer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/asset_writer.cc') diff --git a/src/asset_writer.cc b/src/asset_writer.cc index b9bac187..4f5cf4be 100644 --- a/src/asset_writer.cc +++ b/src/asset_writer.cc @@ -48,13 +48,13 @@ using namespace dcp; * @param mxf MXF that we are writing. * @param file File to write to. */ -AssetWriter::AssetWriter (MXF* mxf, boost::filesystem::path file, Standard standard) +AssetWriter::AssetWriter (MXF* mxf, boost::filesystem::path file) : _mxf (mxf) , _file (file) , _frames_written (0) , _finalized (false) , _started (false) - , _encryption_context (new EncryptionContext (mxf->key(), standard)) + , _encryption_context (new EncryptionContext (mxf->key(), mxf->standard())) { } -- cgit v1.2.3