summaryrefslogtreecommitdiff
path: root/src/lib/combiner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/combiner.h')
-rw-r--r--src/lib/combiner.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/combiner.h b/src/lib/combiner.h
index 1b7537d42..46c90b4d8 100644
--- a/src/lib/combiner.h
+++ b/src/lib/combiner.h
@@ -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 */