diff audioio/AudioCallbackPlaySource.h @ 102:8591a0a3d57e

* Tolerable fixes to #1903062 and #1903046
author Chris Cannam
date Wed, 27 Feb 2008 18:04:10 +0000
parents 9cc9862333bd
children 907e44e4ecf0
line wrap: on
line diff
--- a/audioio/AudioCallbackPlaySource.h	Mon Feb 18 10:14:58 2008 +0000
+++ b/audioio/AudioCallbackPlaySource.h	Wed Feb 27 18:04:10 2008 +0000
@@ -288,6 +288,8 @@
     AudioCallbackPlayTarget          *m_target;
     double                            m_lastRetrievalTimestamp;
     size_t                            m_lastRetrievedBlockSize;
+    bool                              m_trustworthyTimestamps;
+    size_t                            m_lastCurrentFrame;
     bool                              m_playing;
     bool                              m_exiting;
     size_t                            m_lastModelEndFrame;