diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-15 09:48:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-15 09:48:24 +0000 |
| commit | 120bc84676be775e49a2ac94689ff33dce814f53 (patch) | |
| tree | db2a8d5c47e4c992e37d55e62d4f69937768094e /src/picture_asset_writer_common.cc | |
| parent | bf59c288798851808359575662f202d390032aa7 (diff) | |
Remove unnecessary parameters to fill_writer_info.
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 bb418fe0..52848745 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->metadata()); + asset->fill_writer_info (&state->writer_info); Kumu::Result_t r = state->mxf_writer.OpenWrite ( asset->path().string().c_str(), |
