Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding via his...
[dcpomatic.git] / src / lib / job.h
index d4d0f95109b6e8936f68f1251d6e2e3c68806f78..9b5fdfa6e51fad7df7f51e62ba90d050c3e5294e 100644 (file)
@@ -62,9 +62,10 @@ public:
        }
 
        void start ();
+       virtual void pause() {}
        bool pause_by_user ();
        void pause_by_priority ();
-       void resume ();
+       virtual void resume ();
        void cancel ();
 
        bool is_new () const;