Minor and mostly immaterial bits

This commit is contained in:
Chris Cannam
2011-12-09 18:18:32 +00:00
parent ec85a7c8c8
commit 4ecb1fa6f1
7 changed files with 22 additions and 22 deletions

View File

@@ -42,6 +42,7 @@ using std::endl;
namespace RubberBand {
RubberBandStretcher::Impl::ProcessThread::ProcessThread(Impl *s, size_t c) :
m_s(s),
m_channel(c),
@@ -116,6 +117,7 @@ RubberBandStretcher::Impl::ProcessThread::abandon()
m_abandoning = true;
}
bool
RubberBandStretcher::Impl::resampleBeforeStretching() const
{
@@ -377,6 +379,7 @@ RubberBandStretcher::Impl::testInbufReadSpace(size_t c)
<< inbuf.getReadSpace() << " < " << m_aWindowSize
<< ") when not all input written, on processChunks for channel " << c << endl;
}
}
return false;
}