Slight tidy up of progress stuff in TranscodeJob.
[dcpomatic.git] / src / lib / dcp_transcoder.h
index 84f538bf1c7eec8a204337db3544ca2173fc3c90..7245651019caf3716ebe258984e01f460e8006ae 100644 (file)
@@ -39,8 +39,8 @@ public:
 
        void go ();
 
-       float current_encoding_rate () const;
-       int video_frames_enqueued () const;
+       float current_rate () const;
+       Frame frames_done () const;
 
        /** @return true if we are in the process of calling Encoder::process_end */
        bool finishing () const {