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:
authorJoerg Mueller <nexyon@gmail.com>2011-08-22 23:58:34 +0400
committerJoerg Mueller <nexyon@gmail.com>2011-08-22 23:58:34 +0400
commit1d529d83a0693693878749110a05d8b0fa929d0f (patch)
tree2b2fcdc9343cd9df225ca55cf72bf806c645e8ae /intern/audaspace
parenta71c215f228173070d41faef1321db25b40d723e (diff)
Missed a file in last commit.
Diffstat (limited to 'intern/audaspace')
-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.