diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-15 11:14:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-15 11:14:37 +0000 |
| commit | 3ea29cc912632a74116b42f3f14a018e265722e9 (patch) | |
| tree | 82da2ec003ab348dde4b89b9fa517665db7f81d2 /src/lib | |
| parent | 81539f14847954c48b59a005c5de0435ac62b3c3 (diff) | |
Hand-apply 96593d0ea6eb7b01ee97c8292c4546fc56d3da9d; only write metadata before encode in the main front-end, not the cli/batch processors.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/film.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index cc75a0558..af58dcefb 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -269,11 +269,6 @@ Film::make_dcp () throw BadSettingError (_("name"), _("cannot contain slashes")); } - /* It seems to make sense to auto-save metadata here, since the make DCP may last - a long time, and crashes/power failures are moderately likely. - */ - write_metadata (); - LOG_GENERAL ("DCP-o-matic %1 git %2 using %3", dcpomatic_version, dcpomatic_git_commit, dependency_version_summary()); { |
