changeset 285:8aff275f16b5

Fix failure to take starting timestamp into account
author Chris Cannam
date Thu, 07 Aug 2014 16:06:02 +0100
parents 92869203036f
children 74c6041efbfc
files src/Silvet.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Silvet.cpp	Thu Aug 07 14:39:04 2014 +0100
+++ b/src/Silvet.cpp	Thu Aug 07 16:06:02 2014 +0100
@@ -848,7 +848,7 @@
     Feature f;
 
     f.hasTimestamp = true;
-    f.timestamp = RealTime::fromSeconds
+    f.timestamp = m_startTime + RealTime::fromSeconds
         (columnDuration * (start - postFilterLatency) + 0.02);
 
     f.hasDuration = true;