diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-06 23:09:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-18 13:46:37 +0200 |
| commit | 60e83cc208083b7759fded7302c193d34c02cb1a (patch) | |
| tree | cbd2223a9dabf4751ad7fa9629633577aadec98d /src/lib/transcode_job.h | |
| parent | 6eba9bffa2371aa71b8981b1a7bcde0448d7623e (diff) | |
Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding via his tool "grok".
Diffstat (limited to 'src/lib/transcode_job.h')
| -rw-r--r-- | src/lib/transcode_job.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/transcode_job.h b/src/lib/transcode_job.h index b05b20a16..794cf7016 100644 --- a/src/lib/transcode_job.h +++ b/src/lib/transcode_job.h @@ -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; |
