summaryrefslogtreecommitdiff
path: root/src/mxf_writer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mxf_writer.cc')
-rw-r--r--src/mxf_writer.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mxf_writer.cc b/src/mxf_writer.cc
index d616c913..ab1eac1a 100644
--- a/src/mxf_writer.cc
+++ b/src/mxf_writer.cc
@@ -40,8 +40,6 @@ MXFWriter::MXFWriter (MXF* mxf, boost::filesystem::path file)
, _finalized (false)
, _encryption_context (0)
{
- mxf->set_file (file);
-
if (mxf->key ()) {
_encryption_context = new ASDCP::AESEncContext;
if (ASDCP_FAILURE (_encryption_context->InitKey (mxf->key()->value ()))) {