Bugfix in RateTransposerFloat::transposeMono

This commit is contained in:
oparviai 2014-01-05 15:57:10 +00:00
parent 70d7518295
commit 510ac08657

View File

@ -608,8 +608,8 @@ int RateTransposerFloat::transposeMono(SAMPLETYPE *dest, const SAMPLETYPE *src,
{ {
int i, remain; int i, remain;
remain = 0; remain = nSamples - 1;
i = 0; i = 0;
// Process the last sample saved from the previous call first... // Process the last sample saved from the previous call first...
while (fSlopeCount <= 1.0f) while (fSlopeCount <= 1.0f)