diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-15 09:43:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-15 09:43:41 +0000 |
| commit | bf59c288798851808359575662f202d390032aa7 (patch) | |
| tree | cbf4f646a60787614e25eeeb3c436432a04ea739 /src/picture_asset_writer_common.cc | |
| parent | 39f0ae0efb3406357253d19bf7588f3832735d0b (diff) | |
Use MXFAsset::_interop to decide on whether to write asset XML as Interop or SMPTE.
Diffstat (limited to 'src/picture_asset_writer_common.cc')
| -rw-r--r-- | src/picture_asset_writer_common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/picture_asset_writer_common.cc b/src/picture_asset_writer_common.cc index 99f55be0..bb418fe0 100644 --- a/src/picture_asset_writer_common.cc +++ b/src/picture_asset_writer_common.cc @@ -42,7 +42,7 @@ void libdcp::start (PictureAssetWriter* writer, shared_ptr<P> state, Q* asset, u state->j2k_parser.FillPictureDescriptor (state->picture_descriptor); state->picture_descriptor.EditRate = ASDCP::Rational (asset->edit_rate(), 1); - asset->fill_writer_info (&state->writer_info, asset->uuid(), writer->_asset->interop(), writer->_asset->metadata()); + asset->fill_writer_info (&state->writer_info, asset->uuid(), writer->_asset->metadata()); Kumu::Result_t r = state->mxf_writer.OpenWrite ( asset->path().string().c_str(), |
