diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-18 20:25:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-18 20:25:02 +0000 |
| commit | 2489080f9a5d2891da0fc313b2c0ac1450a630ad (patch) | |
| tree | 2f4fe733439db89943eb208713f034eb7df12b65 /src/sound_asset.cc | |
| parent | c289685296d58228df0a88354e966105b242c915 (diff) | |
Allow incremental writing of picture MXFs.
Diffstat (limited to 'src/sound_asset.cc')
| -rw-r--r-- | src/sound_asset.cc | 2 |
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))) { |
