Re-work again so that there's just one encoder; various tweaks to still-image-with...
[dcpomatic.git] / src / lib / combiner.h
index 78c9889b5bfcd4cb30e3229d7561811a171ded09..7fad1aeae84d44a486bb1d2b09b680274669e5c0 100644 (file)
@@ -33,8 +33,8 @@ class Combiner : public VideoProcessor
 public:
        Combiner (Log* log);
 
-       void process_video (boost::shared_ptr<Image> i, boost::shared_ptr<Subtitle> s);
-       void process_video_b (boost::shared_ptr<Image> i, boost::shared_ptr<Subtitle> s);
+       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);
 
 private:
        /** The image that we are currently working on */