summaryrefslogtreecommitdiff
path: root/src/lib/reel_writer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-19 21:09:12 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-27 13:15:34 +0100
commitea49dd17eea804a2569531ea4cb8e1bd216717f7 (patch)
tree70d0cde8353bc5643e954e28ec997a707f6b6977 /src/lib/reel_writer.h
parent2ae3d1c397dd3ca75c707e46592198b3a83f4444 (diff)
Do parallel digest calculation when there are multiple reels (#855).
Diffstat (limited to 'src/lib/reel_writer.h')
-rw-r--r--src/lib/reel_writer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/reel_writer.h b/src/lib/reel_writer.h
index 6e27171ec..9dc740171 100644
--- a/src/lib/reel_writer.h
+++ b/src/lib/reel_writer.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -57,7 +57,7 @@ public:
void finish ();
boost::shared_ptr<dcp::Reel> create_reel (std::list<ReferencedReelAsset> const & refs, std::list<boost::shared_ptr<Font> > const & fonts);
- void calculate_digests (boost::shared_ptr<Job> job);
+ void calculate_digests (boost::function<void (float)> set_progress);
Frame start () const;