From cccf38a8c058ee45b4e2ea0d453a29c793ca274d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 29 May 2016 00:58:36 +0100 Subject: Move transcode progress updating. Do this in the transcoder rather than the writer so that it updates even if video is being referenced. --- src/lib/transcoder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/transcoder.h') 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 _film; + boost::shared_ptr _job; boost::shared_ptr _player; boost::shared_ptr _writer; boost::shared_ptr _encoder; -- cgit v1.2.3