From 188a4c094775a0fa8b69722bba7c18ae3e2bb5d3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 7 May 2013 10:21:12 +0100 Subject: Fix more incorrect logic. --- src/lib/matcher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/matcher.cc b/src/lib/matcher.cc index 2723f2a2d..f8d5c5fcd 100644 --- a/src/lib/matcher.cc +++ b/src/lib/matcher.cc @@ -104,7 +104,7 @@ Matcher::process_audio (boost::shared_ptr b, double t) _first_input = t; } - bool const this_is_first_audio = _had_first_audio; + bool const this_is_first_audio = !_had_first_audio; _had_first_audio = true; if (!_had_first_video) { -- cgit v1.2.3