Fix tests.
[dcpomatic.git] / src / lib / combiner.h
index 1b7537d42b0eff64d6c85a4c408366fd84385179..46c90b4d8129e56aff5fa47f9b043f2ef0f5bcbe 100644 (file)
@@ -34,8 +34,8 @@ class Combiner : public VideoSource, public VideoSink
 public:
        Combiner ();
 
-       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);
+       void process_video (boost::shared_ptr<const Image> i, bool, Time);
+       void process_video_b (boost::shared_ptr<const Image> i, bool, Time);
 
 private:
        /** The image that we are currently working on */