Subs successfully exported with thumbs.
[dcpomatic.git] / src / lib / j2k_still_encoder.h
index 7a03e1195800a1a946e11586f16d47ced3471b51..c48b9e69c9e1cbcdbad9f000be595b1cf5c449ac 100644 (file)
@@ -37,7 +37,7 @@ public:
        J2KStillEncoder (boost::shared_ptr<const FilmState>, boost::shared_ptr<const Options>, Log *);
 
        void process_begin (int64_t audio_channel_layout, AVSampleFormat audio_sample_format) {}
-       void process_video (boost::shared_ptr<Image>, int);
+       void process_video (boost::shared_ptr<Image>, int, boost::shared_ptr<Subtitle>);
        void process_audio (uint8_t *, int) {}
        void process_end () {}
 };