changeset 176:4c120dfffe1d

...
author Chris Cannam
date Tue, 14 Aug 2007 19:37:10 +0000
parents 2599f0ffb89b
children 5bde373ad5ca
files transform/FeatureExtractionPluginTransform.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/transform/FeatureExtractionPluginTransform.cpp	Tue Aug 14 19:18:07 2007 +0000
+++ b/transform/FeatureExtractionPluginTransform.cpp	Tue Aug 14 19:37:10 2007 +0000
@@ -310,7 +310,8 @@
         }
 
 //	std::cerr << "FeatureExtractionPluginTransform::run: blockFrame "
-//		  << blockFrame << std::endl;
+//		  << blockFrame << ", endFrame " << endFrame << ", blockSize "
+//                  << m_context.blockSize << std::endl;
 
 	long completion =
 	    (((blockFrame - startFrame) / m_context.stepSize) * 99) /