X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmatcher.h;h=4ec0a3e96710bbc99ddda2330081ee23f3c5558a;hb=a00ebbc68438e84076c65e99d0e70403afb4407d;hp=a7054f540bee9698039b693313d4fd7cf6c5187b;hpb=665bc942f86bd7a8aeb2b38f3e9c2cb6662e6edc;p=dcpomatic.git diff --git a/src/lib/matcher.h b/src/lib/matcher.h index a7054f540..4ec0a3e96 100644 --- a/src/lib/matcher.h +++ b/src/lib/matcher.h @@ -21,12 +21,12 @@ #include "processor.h" #include "ffmpeg_compatibility.h" -class Matcher : public Processor, public TimedVideoSink, public TimedAudioSink, public VideoSource, public AudioSource +class Matcher : public AudioVideoProcessor { public: - Matcher (Log* log, int sample_rate, float frames_per_second); - void process_video (boost::shared_ptr i, bool, boost::shared_ptr s, double t); - void process_audio (boost::shared_ptr, double t); + Matcher (boost::shared_ptr log, int sample_rate, float frames_per_second); + void process_video (boost::shared_ptr i, bool, boost::shared_ptr s); + void process_audio (boost::shared_ptr); void process_end (); private: