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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--intern/audaspace/intern/AUD_JOSResampleReader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/audaspace/intern/AUD_JOSResampleReader.h b/intern/audaspace/intern/AUD_JOSResampleReader.h
index 295fc937317..19620f2ee67 100644
--- a/intern/audaspace/intern/AUD_JOSResampleReader.h
+++ b/intern/audaspace/intern/AUD_JOSResampleReader.h
@@ -46,12 +46,12 @@ private:
/**
* The half filter length.
*/
- static const int m_len = 292874;
+ static const int m_len;
/**
* The sample step size for the filter.
*/
- static const int m_L = 2048;
+ static const int m_L;
/**
* The filter coefficients.