summaryrefslogtreecommitdiff
path: root/src/lib/reel_writer.h
diff options
context:
space:
mode:
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;