summaryrefslogtreecommitdiff
path: root/src/sound_mxf_writer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_mxf_writer.cc')
-rw-r--r--src/sound_mxf_writer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound_mxf_writer.cc b/src/sound_mxf_writer.cc
index 52547b16..19250d9d 100644
--- a/src/sound_mxf_writer.cc
+++ b/src/sound_mxf_writer.cc
@@ -117,5 +117,6 @@ SoundMXFWriter::finalize ()
boost::throw_exception (MiscError ("could not finalise audio MXF"));
}
+ _sound_mxf->_intrinsic_duration = _frames_written;
MXFWriter::finalize ();
}