diff audioio/AudioCallbackPlaySource.cpp @ 405:ddfb480c70a0

Fix uninitialised bool
author Chris Cannam
date Wed, 03 Sep 2014 09:21:05 +0100
parents f7dddea0dbe0
children b65ee5c4f8bc
line wrap: on
line diff
--- a/audioio/AudioCallbackPlaySource.cpp	Tue Sep 02 16:06:41 2014 +0100
+++ b/audioio/AudioCallbackPlaySource.cpp	Wed Sep 03 09:21:05 2014 +0100
@@ -72,6 +72,7 @@
     m_timeStretcher(0),
     m_monoStretcher(0),
     m_stretchRatio(1.0),
+    m_stretchMono(false),
     m_stretcherInputCount(0),
     m_stretcherInputs(0),
     m_stretcherInputSizes(0),