diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-09 23:18:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-16 17:56:10 +0200 |
| commit | 395510038dc5b2bbadd74dddc020a8c897f9b4f3 (patch) | |
| tree | 58d2a24b513071cf29f4d36df83e24dc171e9895 /src/lib/j2k_encoder.h | |
| parent | f98d25a3a0f64cd1de28c90da3bc2ad9ee8a1cf9 (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.h | 2 |
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; |
