diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-12 22:09:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-20 07:29:15 +0100 |
| commit | db4fde2e8983eaa0b76c49a189e059d6c9f5720d (patch) | |
| tree | d19f2cbd88fa4bb23a3a18213f24cf06964e1b75 /src/lib/reel_writer.h | |
| parent | 796ac1e76ff47b2e4dad2b3ef10458d8befac5d8 (diff) | |
Improve progress reporting of digest calculations (might help with #2643).
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; |
