diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-29 00:58:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-29 00:59:58 +0100 |
| commit | cccf38a8c058ee45b4e2ea0d453a29c793ca274d (patch) | |
| tree | a5931ce7e89ffd64dd04e6cdd997a912e0ba32ba /src/lib/transcoder.h | |
| parent | 2495aa7fb0867609245664375dccd0234235102d (diff) | |
Move transcode progress updating.
Do this in the transcoder rather than the writer so that it updates
even if video is being referenced.
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 01446dccd..a01b6a64a 100644 --- a/src/lib/transcoder.h +++ b/src/lib/transcoder.h @@ -44,6 +44,7 @@ public: private: boost::shared_ptr<const Film> _film; + boost::shared_ptr<Job> _job; boost::shared_ptr<Player> _player; boost::shared_ptr<Writer> _writer; boost::shared_ptr<Encoder> _encoder; |
