diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-24 01:29:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-26 01:49:33 +0100 |
| commit | 4bee9f40969db94aa7edc7816e1b12a7db3cab07 (patch) | |
| tree | 81548723ac4e6c7a043e5e139b50f98673251f6c /src/lib/writer.h | |
| parent | 6e5dec71bf4e7a5ff81ecc115c04e8ec2b540c67 (diff) | |
Calculate hashes for any referenced assets that do not already have one.
This is necessary so that we always include <Hash> in CPLs even
when referencing DCPs that do not have it.
Diffstat (limited to 'src/lib/writer.h')
| -rw-r--r-- | src/lib/writer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h index 459bc5a88..4c22ef48e 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -125,6 +125,7 @@ private: size_t video_reel (int frame) const; void set_digest_progress (Job* job, float progress); void write_cover_sheet (); + void calculate_referenced_digests (boost::function<void (float)> set_progress); /** our Film */ boost::shared_ptr<const Film> _film; |
