From 1d529d83a0693693878749110a05d8b0fa929d0f Mon Sep 17 00:00:00 2001 From: Joerg Mueller Date: Mon, 22 Aug 2011 19:58:34 +0000 Subject: Missed a file in last commit. --- intern/audaspace/intern/AUD_JOSResampleReader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/audaspace') 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. -- cgit v1.2.3