Subs successfully exported with thumbs.
[dcpomatic.git] / src / lib / tiff_encoder.h
index ec8e380112abc6b67e4c272469af3d44ef2f0205..1c9f33f4ac37bfc0dbc4482119a50e23698263e5 100644 (file)
@@ -36,8 +36,8 @@ class TIFFEncoder : public Encoder
 public:
        TIFFEncoder (boost::shared_ptr<const FilmState> s, boost::shared_ptr<const Options> o, Log* l);
 
-       void process_begin () {}
-       void process_video (boost::shared_ptr<Image>, int);
+       void process_begin (int64_t audio_channel_layout, AVSampleFormat audio_sample_format) {}
+       void process_video (boost::shared_ptr<Image>, int, boost::shared_ptr<Subtitle>);
        void process_audio (uint8_t *, int) {}
        void process_end () {}
 };