cleanup previous

This commit is contained in:
oparviai 2014-01-05 17:22:53 +00:00
parent 510a94e990
commit 8174f6bc10

View File

@ -72,7 +72,7 @@ using namespace soundtouch;
}
#else
#define _DEBUG_SAVE_AAFIR_COEFFS(x, y) ()
#define _DEBUG_SAVE_AAFIR_COEFFS(x, y)
#endif
@ -123,7 +123,7 @@ void AAFilter::calculateCoeffs()
{
uint i;
double cntTemp, temp, tempCoeff,h, w;
double fc2, wc;
double wc;
double scaleCoeff, sum;
double *work;
SAMPLETYPE *coeffs;