summaryrefslogtreecommitdiff
path: root/src/lib/video_encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/video_encoder.h')
-rw-r--r--src/lib/video_encoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_encoder.h b/src/lib/video_encoder.h
index 8cc33ef8a..7a9813ba8 100644
--- a/src/lib/video_encoder.h
+++ b/src/lib/video_encoder.h
@@ -54,6 +54,7 @@ public:
virtual void end() = 0;
int video_frames_enqueued() const;
+ int video_frames_encoded() const;
boost::optional<float> current_encoding_rate() const;
protected: