X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcombiner.h;h=46c90b4d8129e56aff5fa47f9b043f2ef0f5bcbe;hb=0b97307b78b1d5e017e97ff90d5d05102cb70c1c;hp=1b7537d42b0eff64d6c85a4c408366fd84385179;hpb=e8819ad7580f25eea7ca3c59cf0a3979d76a6b44;p=dcpomatic.git 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 i, bool, boost::shared_ptr s, Time); - void process_video_b (boost::shared_ptr i, bool, boost::shared_ptr s, Time); + void process_video (boost::shared_ptr i, bool, Time); + void process_video_b (boost::shared_ptr i, bool, Time); private: /** The image that we are currently working on */