summaryrefslogtreecommitdiff
path: root/src/sound_asset.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-18 20:25:02 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-18 20:25:02 +0000
commit2489080f9a5d2891da0fc313b2c0ac1450a630ad (patch)
tree2f4fe733439db89943eb208713f034eb7df12b65 /src/sound_asset.cc
parentc289685296d58228df0a88354e966105b242c915 (diff)
Allow incremental writing of picture MXFs.
Diffstat (limited to 'src/sound_asset.cc')
-rw-r--r--src/sound_asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc
index be77739a..04ca88da 100644
--- a/src/sound_asset.cc
+++ b/src/sound_asset.cc
@@ -157,7 +157,7 @@ SoundAsset::construct (boost::function<string (Channel)> get_path)
frame_buffer.Size (ASDCP::PCM::CalcFrameBufferSize (audio_desc));
ASDCP::WriterInfo writer_info;
- fill_writer_info (&writer_info);
+ fill_writer_info (&writer_info, _uuid);
ASDCP::PCM::MXFWriter mxf_writer;
if (ASDCP_FAILURE (mxf_writer.OpenWrite (path().string().c_str(), writer_info, audio_desc))) {