changeset 379:62789d79b98f sv1-v1.2pre4

* Further fixes to the handling of playback frame and buffered frame counts
author Chris Cannam
date Mon, 11 Feb 2008 12:46:39 +0000
parents a38cd7823cb2
children bc4712c7d269
files data/model/AlignmentModel.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/data/model/AlignmentModel.cpp	Fri Feb 08 17:51:15 2008 +0000
+++ b/data/model/AlignmentModel.cpp	Mon Feb 11 12:46:39 2008 +0000
@@ -278,7 +278,9 @@
     const PathModel::PointList &points = path->getPoints();
 
     if (points.empty()) {
+#ifdef DEBUG_ALIGNMENT_MODEL
         std::cerr << "AlignmentModel::align: No points" << std::endl;
+#endif
         return frame;
     }