Mercurial > hg > svapp
changeset 405:ddfb480c70a0
Fix uninitialised bool
author | Chris Cannam |
---|---|
date | Wed, 03 Sep 2014 09:21:05 +0100 |
parents | eb84b06301da |
children | 53fee450891e |
files | audioio/AudioCallbackPlaySource.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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),