diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-06 23:09:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-16 02:07:37 +0100 |
| commit | 964cfede2ccf10f8af2c9dd83f24f790020c6162 (patch) | |
| tree | 6c6be065c5e26d5a3dbea6db40c89b390d854c44 /src/lib/transcode_job.h | |
| parent | 0927dfc1118e06d1f04c0a9efde6d185be2cb6f6 (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; |
