From c80eca531e01860e6714f526b2efb07a58c2e26e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 6 Jul 2023 23:09:08 +0200 Subject: Patch from Aaron Boxer adding initial support for GPU-powered J2K encoding via his tool "grok". --- src/lib/encoder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/encoder.h') diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 9b67720d3..f921fcb51 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -58,6 +58,8 @@ public: /** @return the number of frames that are done */ virtual Frame frames_done () const = 0; virtual bool finishing () const = 0; + virtual void pause(void) {} + virtual void resume(void) {} protected: std::shared_ptr _film; -- cgit v1.2.3