diff options
Diffstat (limited to 'src/lib/reel_writer.h')
| -rw-r--r-- | src/lib/reel_writer.h | 2 |
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; |
