From 2d12d76bced748c5f85833ee3e88d96376ee21ec Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 9 Jul 2023 23:18:40 +0200 Subject: Change end() to only do one thing, and copy the required stuff into pause() --- src/lib/j2k_encoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/j2k_encoder.h') diff --git a/src/lib/j2k_encoder.h b/src/lib/j2k_encoder.h index 1d31274b3..433a0498f 100644 --- a/src/lib/j2k_encoder.h +++ b/src/lib/j2k_encoder.h @@ -74,7 +74,7 @@ public: void resume(); /** Called when a processing run has finished */ - void end (bool isFinal); + void end(); boost::optional current_encoding_rate () const; int video_frames_enqueued () const; -- cgit v1.2.3