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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/matcher.h b/src/lib/matcher.h
index 4a387a3f9..a7054f540 100644
--- a/src/lib/matcher.h
+++ b/src/lib/matcher.h
@@ -57,4 +57,7 @@ private:
boost::optional<double> _first_input;
boost::shared_ptr<Image> _last_image;
boost::shared_ptr<Subtitle> _last_subtitle;
+
+ bool _had_first_video;
+ bool _had_first_audio;
};