Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soundtouch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroparviai <oparviai@f3a24b6a-cf45-0410-b55a-8c22e2698227>2015-02-22 18:07:12 +0300
committeroparviai <oparviai@f3a24b6a-cf45-0410-b55a-8c22e2698227>2015-02-22 18:07:12 +0300
commit3a6cc89a5bbe6c412165a16a87c20deacfd4c548 (patch)
tree537c21e3977a26b0d1244bc5c37281356c8271c5
parentd9e5ab15d62442125283eb5dc4f810b8c817aea5 (diff)
bugfix
-rw-r--r--source/SoundTouch/TDStretch.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/SoundTouch/TDStretch.cpp b/source/SoundTouch/TDStretch.cpp
index 28f7035..fabf54b 100644
--- a/source/SoundTouch/TDStretch.cpp
+++ b/source/SoundTouch/TDStretch.cpp
@@ -306,7 +306,6 @@ int TDStretch::seekBestOverlapPositionFull(const SAMPLETYPE *refPos)
#pragma omp parallel for
for (i = 1; i < seekLength; i ++)
{
- norm = 0;
double corr;
// Calculates correlation value for the mixing position corresponding to 'i'
#ifdef _OPENMP