summaryrefslogtreecommitdiff
path: root/src/lib/reel_writer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-11-12 22:09:48 +0100
committerCarl Hetherington <cth@carlh.net>2023-11-20 01:04:56 +0100
commit89a798dbc5f48fef0b53a5ec9bb21f669dc594dd (patch)
treed19f2cbd88fa4bb23a3a18213f24cf06964e1b75 /src/lib/reel_writer.h
parent796ac1e76ff47b2e4dad2b3ef10458d8befac5d8 (diff)
FIXME: Improve progress reporting of digest calculations (might help with #2643).2643-progress
Diffstat (limited to 'src/lib/reel_writer.h')
-rw-r--r--src/lib/reel_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/reel_writer.h b/src/lib/reel_writer.h
index fff298cb7..c9052c832 100644
--- a/src/lib/reel_writer.h
+++ b/src/lib/reel_writer.h
@@ -82,7 +82,7 @@ public:
bool ensure_subtitles,
std::set<DCPTextTrack> ensure_closed_captions
);
- void calculate_digests (std::function<void (float)> set_progress);
+ void calculate_digests(std::function<void (int64_t, int64_t)> set_progress);
Frame start () const;