diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-19 10:18:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-19 10:19:05 +0100 |
| commit | 15bcb600d6cca2f880e62810ab7ddfe3f896a390 (patch) | |
| tree | 0dd1ec9ff518e77948bf5b769eb27df22a7c5149 /src/picture_asset_writer_common.cc | |
| parent | 8f20282208b6074048516bc80bc79f22a82d6e5a (diff) | |
FIXME: hack out parts that don't work.asdcp-master
Diffstat (limited to 'src/picture_asset_writer_common.cc')
| -rw-r--r-- | src/picture_asset_writer_common.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/picture_asset_writer_common.cc b/src/picture_asset_writer_common.cc index e719be72..ed17ee98 100644 --- a/src/picture_asset_writer_common.cc +++ b/src/picture_asset_writer_common.cc @@ -80,8 +80,7 @@ void dcp::start (PictureAssetWriter* writer, shared_ptr<P> state, Q* asset, uint asset->file()->string().c_str(), state->writer_info, state->picture_descriptor, - 16384, - writer->_overwrite + 16384 ); if (ASDCP_FAILURE(r)) { |
