summaryrefslogtreecommitdiff
path: root/src/lib/matcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/matcher.h')
-rw-r--r--src/lib/matcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/matcher.h b/src/lib/matcher.h
index 03efd5cc0..9bd30fe62 100644
--- a/src/lib/matcher.h
+++ b/src/lib/matcher.h
@@ -24,7 +24,7 @@ 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 ();