diff plugins/DWT.h @ 129:1a24b134cd79

* give a sensible preferred block size, & fail to initialise if block size is too small
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 03 Jul 2009 13:08:12 +0000
parents a040e35f352c
children dcf5800f0f00
line wrap: on
line diff
--- a/plugins/DWT.h	Tue Jun 30 14:50:08 2009 +0000
+++ b/plugins/DWT.h	Fri Jul 03 13:08:12 2009 +0000
@@ -34,6 +34,7 @@
     std::string getMaker() const;
     int getPluginVersion() const;
     std::string getCopyright() const;
+    size_t getPreferredBlockSize() const;
     size_t getPreferredStepSize() const;
 	
     OutputList getOutputDescriptors() const;