Merge master.
[dcpomatic.git] / src / lib / combiner.h
index 68026eaff7eec0814f7017f140ac1c8b8ed12095..062297f0dca31824f2ff262c2d7cf9a9fc318c24 100644 (file)
@@ -33,8 +33,8 @@ class Combiner : public VideoProcessor
 public:
        Combiner (boost::shared_ptr<Log> log);
 
-       void process_video (boost::shared_ptr<Image> i, bool, boost::shared_ptr<Subtitle> s);
-       void process_video_b (boost::shared_ptr<Image> i, bool, boost::shared_ptr<Subtitle> s);
+       void process_video (boost::shared_ptr<const Image> i, bool, boost::shared_ptr<Subtitle> s, Time);
+       void process_video_b (boost::shared_ptr<const Image> i, bool, boost::shared_ptr<Subtitle> s, Time);
 
 private:
        /** The image that we are currently working on */