Use io_service per thread.
[dcpomatic.git] / src / lib / make_dcp_job.h
index 98cb2d8c37fb681ed2327dc9f161555b18a522e5..677bed424d0329ecfc1b9d1fd71ce76ec8723097 100644 (file)
@@ -21,7 +21,7 @@
  *  @brief A job to create DCPs.
  */
 
-#include "shell_command_job.h"
+#include "job.h"
 
 /** @class MakeDCPJob
  *  @brief A job to create DCPs
@@ -33,5 +33,10 @@ public:
 
        std::string name () const;
        void run ();
+
+private:
+       void dcp_progress (float);
+       std::string j2c_path (int) const;
+       std::string wav_path (libdcp::Channel) const;
 };