summaryrefslogtreecommitdiff
path: root/src/lib/dcp_transcoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-09 16:52:26 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-09 16:52:26 +0100
commit78c27b4fa4d23d4a0a64f0398350ec5697d50551 (patch)
tree56c5b733d812745eeadf767a4fd68d8e470c5a9c /src/lib/dcp_transcoder.h
parent6a11232620e0006f6a2b1e8d2b56e56d84229d5c (diff)
Slight tidy up of progress stuff in TranscodeJob.
Diffstat (limited to 'src/lib/dcp_transcoder.h')
-rw-r--r--src/lib/dcp_transcoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dcp_transcoder.h b/src/lib/dcp_transcoder.h
index 84f538bf1..724565101 100644
--- a/src/lib/dcp_transcoder.h
+++ b/src/lib/dcp_transcoder.h
@@ -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 {