diff options
Diffstat (limited to 'src/lib/combiner.h')
| -rw-r--r-- | src/lib/combiner.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/combiner.h b/src/lib/combiner.h index 78c9889b5..7fad1aeae 100644 --- a/src/lib/combiner.h +++ b/src/lib/combiner.h @@ -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 */ |
