Merge master.
[dcpomatic.git] / src / lib / transcode_job.h
index def545958f4ff0c52a0626e2ae5b1a2106ccdf6f..7880a925ebb56e4921fea0b2745ab1b3f1882788 100644 (file)
@@ -24,7 +24,7 @@
 #include <boost/shared_ptr.hpp>
 #include "job.h"
 
-class Encoder;
+class Transcoder;
 
 /** @class TranscodeJob
  *  @brief A job which transcodes from one format to another.
@@ -38,6 +38,8 @@ public:
        void run ();
        std::string status () const;
 
-protected:
+private:
        int remaining_time () const;
+
+       boost::shared_ptr<Transcoder> _transcoder;
 };