Change end() to only do one thing, and copy the required stuff into pause()
[dcpomatic.git] / src / lib / transcode_job.h
index b05b20a1693373b33cc9b6416f37aef53fa1b5ae..794cf7016c896c447c33c3e169e53f313f470121 100644 (file)
@@ -56,6 +56,8 @@ public:
        std::string name () const override;
        std::string json_name () const override;
        void run () override;
+       void pause() override;
+       void resume() override;
        std::string status () const override;
        bool enable_notify () const override {
                return true;