summaryrefslogtreecommitdiff
path: root/src/lib/j2k_encoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-07-09 23:18:40 +0200
committerCarl Hetherington <cth@carlh.net>2024-01-28 02:01:57 +0100
commit305f0b5201b3e968f34c2780b43b8227b3559e7f (patch)
treeecd748bce0dc0cce2f2a3254e981c3e10484a648 /src/lib/j2k_encoder.h
parentdabc316eb22a4c84a15b266bf07f335a6cd9dca3 (diff)
Change end() to only do one thing, and copy the required stuff into pause()
Diffstat (limited to 'src/lib/j2k_encoder.h')
-rw-r--r--src/lib/j2k_encoder.h2
1 files changed, 1 insertions, 1 deletions
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<float> current_encoding_rate () const;
int video_frames_enqueued () const;