diff src/Silvet.cpp @ 285:8aff275f16b5

Fix failure to take starting timestamp into account
author Chris Cannam
date Thu, 07 Aug 2014 16:06:02 +0100
parents e5f897b2d5e8
children 19fd6cb033c7
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;