summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_transcoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg_transcoder.h')
-rw-r--r--src/lib/ffmpeg_transcoder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ffmpeg_transcoder.h b/src/lib/ffmpeg_transcoder.h
index 02f0bb82e..5380e84b0 100644
--- a/src/lib/ffmpeg_transcoder.h
+++ b/src/lib/ffmpeg_transcoder.h
@@ -32,8 +32,8 @@ public:
void go ();
- float current_encoding_rate () const;
- int video_frames_enqueued () const;
+ float current_rate () const;
+ Frame frames_done () const;
bool finishing () const {
return false;
}
@@ -53,7 +53,7 @@ private:
AVPixelFormat _pixel_format;
mutable boost::mutex _mutex;
- Frame _last_frame;
+ DCPTime _last_time;
EventHistory _history;