Improve progress reporting of digest calculations (might help with #2643).
[dcpomatic.git] / src / lib / reel_writer.h
index fff298cb7be6d0512b36902ba53aed138067bc99..c9052c832fd8570223bc8e4b6b6166bb14a2b25a 100644 (file)
@@ -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;