Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding via his...
[dcpomatic.git] / src / lib / job.h
index dc5f7bc34074041b85536978aa8554dc336a9db4..a4b7a319d94075bf971be10f7ca27d8aa5efac78 100644 (file)
@@ -56,9 +56,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;