dcp_trim -> trim
[dcpomatic.git] / src / lib / matcher.h
index 03efd5cc0f8092f9496509569985272f60efcc2e..b94c28446a4d7f3b69a8ebe8c70204ecf34e3b67 100644 (file)
 
 #include <boost/optional.hpp>
 #include "processor.h"
+#include "ffmpeg_compatibility.h"
 
 class Matcher : public AudioVideoProcessor
 {
 public:
        Matcher (Log* log, int sample_rate, float frames_per_second);
-       void process_video (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_audio (boost::shared_ptr<AudioBuffers>);
        void process_end ();