diff transform/FeatureExtractionPluginTransform.cpp @ 176:4c120dfffe1d

...
author Chris Cannam
date Tue, 14 Aug 2007 19:37:10 +0000
parents 37cb005f7c40
children dab257bd9d2d
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) /