X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcombiner.h;h=7fad1aeae84d44a486bb1d2b09b680274669e5c0;hb=2f56f38ce56b36f20d59593f56981e7ed330c484;hp=78c9889b5bfcd4cb30e3229d7561811a171ded09;hpb=13337c62d8c0d052ba0377af9c00fe1d940be3cc;p=dcpomatic.git 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 i, boost::shared_ptr s); - void process_video_b (boost::shared_ptr i, boost::shared_ptr s); + void process_video (boost::shared_ptr i, bool, boost::shared_ptr s); + void process_video_b (boost::shared_ptr i, bool, boost::shared_ptr s); private: /** The image that we are currently working on */