diff src/Matcher.h @ 171:bb4507f24dc9 structure

Tidy up
author Chris Cannam
date Fri, 06 Feb 2015 13:07:30 +0000
parents 4159f6b71942
children 8e7f96432570
line wrap: on
line diff
--- a/src/Matcher.h	Fri Feb 06 11:46:23 2015 +0000
+++ b/src/Matcher.h	Fri Feb 06 13:07:30 2015 +0000
@@ -123,6 +123,10 @@
         return m_blockSize;
     }
 
+    bool isFillingInitialBlock() {
+        return m_frameCount < m_blockSize;
+    }
+    
     bool isOverrunning() {
         return m_runCount >= m_params.maxRunCount;
     }