summaryrefslogtreecommitdiff
path: root/src/lib/transcoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-04 00:13:27 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-04 00:13:27 +0100
commit190c074cc1508c0aa429452ea920f8f94ef0d0f2 (patch)
tree88cfc25fdfc67837aaf84dc3980cce9ee98094bb /src/lib/transcoder.h
parent675e849d19812f5ed2d63b3bc0e34f142e6abb89 (diff)
More various bits.
Diffstat (limited to 'src/lib/transcoder.h')
-rw-r--r--src/lib/transcoder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h
index 2d032fcf6..ecc8ebf62 100644
--- a/src/lib/transcoder.h
+++ b/src/lib/transcoder.h
@@ -47,6 +47,9 @@ public:
void go ();
+ float current_encoding_rate () const;
+ int video_frames_out () const;
+
protected:
/** A Job that is running this Transcoder, or 0 */
boost::shared_ptr<Job> _job;