diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-15 22:14:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-15 22:15:13 +0100 |
| commit | a6070a8af446620ab16ad172b94041601c95700d (patch) | |
| tree | ed35b7b2e3a4568497fd1bedfc2a19e43ffb887b /src/picture_asset_writer.cc | |
| parent | da2c6b70a34e68e4e6f4c680f1465bfb845ba47d (diff) | |
Move _started from PictureAssetWriter into AssetWriter
and don't start the SoundAssetWriter until the first
thing is written to it.
Diffstat (limited to 'src/picture_asset_writer.cc')
| -rw-r--r-- | src/picture_asset_writer.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/picture_asset_writer.cc b/src/picture_asset_writer.cc index b47aaabd..3bb6a597 100644 --- a/src/picture_asset_writer.cc +++ b/src/picture_asset_writer.cc @@ -34,7 +34,6 @@ using namespace dcp; PictureAssetWriter::PictureAssetWriter (PictureAsset* asset, boost::filesystem::path file, Standard standard, bool overwrite) : AssetWriter (asset, file) , _picture_asset (asset) - , _started (false) , _standard (standard) , _overwrite (overwrite) { |
