X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcombiner.h;h=7ed316e26934cd663a0ab9ae92aa64d4ddca8952;hb=af671aa256ae0d2fa38a6740cea7fc0f6b45b5b8;hp=7fad1aeae84d44a486bb1d2b09b680274669e5c0;hpb=2f56f38ce56b36f20d59593f56981e7ed330c484;p=dcpomatic.git diff --git a/src/lib/combiner.h b/src/lib/combiner.h index 7fad1aeae..7ed316e26 100644 --- a/src/lib/combiner.h +++ b/src/lib/combiner.h @@ -28,13 +28,13 @@ * one image used for the left half of the screen and the other for * the right. */ -class Combiner : public VideoProcessor +class Combiner : public TimedVideoProcessor { public: - Combiner (Log* log); + Combiner (boost::shared_ptr log); - 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); + void process_video (boost::shared_ptr i, bool, boost::shared_ptr s, double); + void process_video_b (boost::shared_ptr i, bool, boost::shared_ptr s, double); private: /** The image that we are currently working on */