Mercurial > hg > qm-dsp
diff dsp/rateconversion/Resampler.cpp @ 400:8455db688816
Restore frame pointer... and minor tidy
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 13 May 2014 14:29:48 +0100 |
parents | 333e27d1efa1 |
children | 3f30343e1de8 |
line wrap: on
line diff
--- a/dsp/rateconversion/Resampler.cpp Mon May 12 17:56:48 2014 +0100 +++ b/dsp/rateconversion/Resampler.cpp Tue May 13 14:29:48 2014 +0100 @@ -109,9 +109,9 @@ #ifdef DEBUG_RESAMPLER cerr << "resample " << m_sourceRate << " -> " << m_targetRate - << ": inputSpacing " << inputSpacing << ", outputSpacing " - << outputSpacing << ": filter length " << m_filterLength - << endl; + << ": inputSpacing " << inputSpacing << ", outputSpacing " + << outputSpacing << ": filter length " << m_filterLength + << endl; #endif // Now we have a filter of (odd) length flen in which the lower