Subs successfully exported with thumbs.
[dcpomatic.git] / src / lib / tiff_encoder.h
index ef1ce25d267c26c3242dab3b37cd5cb72b49eaa1..1c9f33f4ac37bfc0dbc4482119a50e23698263e5 100644 (file)
@@ -37,7 +37,7 @@ public:
        TIFFEncoder (boost::shared_ptr<const FilmState> s, boost::shared_ptr<const Options> o, Log* l);
 
        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 () {}
 };