diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/matcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<const AudioBuffers> 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) { |
