Change end() to only do one thing, and copy the required stuff into pause()
[dcpomatic.git] / src / lib / j2k_encoder.h
index 1d31274b3f545741f323ada3c37152a7fa4af951..433a0498f6e32b8f56c80fd66c9844cab1fbca55 100644 (file)
@@ -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;