1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-20 00:11:38 +02:00
This commit is contained in:
oparviai 2015-02-22 15:07:12 +00:00
parent 123e3299fe
commit 3e9cc3fd4b

View File

@ -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