diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-09 14:04:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-09 14:04:46 +0100 |
| commit | bb6b53bdb63754fe0cea1368f69f39a3c3cbbdfd (patch) | |
| tree | 1fa27846ece11d0f30b124b22d3d514333a80563 /src/lib/transcoder.h | |
| parent | 9fa69f9a195c102fb32f285527e8171378c9b6c0 (diff) | |
Make TranscoderJob able to take any sort of transcoder.
Diffstat (limited to 'src/lib/transcoder.h')
| -rw-r--r-- | src/lib/transcoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/transcoder.h b/src/lib/transcoder.h index b6378119b..37710d883 100644 --- a/src/lib/transcoder.h +++ b/src/lib/transcoder.h @@ -43,6 +43,7 @@ public: virtual float current_encoding_rate () const = 0; virtual int video_frames_enqueued () const = 0; + virtual bool finishing () const = 0; protected: virtual void video (boost::shared_ptr<PlayerVideo>, DCPTime) = 0; |
