diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-07 10:11:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-07 10:11:52 +0000 |
| commit | b9fb4a402b411ddf84c10587187e187bcea34a5e (patch) | |
| tree | ed6a81b9b16d605c0c84be443b7326ff472b1f4c /src/lib/matcher.h | |
| parent | 070e62d79b895c0b1ce31d69594973ced72f699b (diff) | |
Another attempt to fix up matching.
Diffstat (limited to 'src/lib/matcher.h')
| -rw-r--r-- | src/lib/matcher.h | 3 |
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; }; |
