[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39637] branches/soc-2011-pepper/intern/ audaspace/intern/AUD_JOSResampleReader.h: Missed a file in last commit.

Joerg Mueller nexyon at gmail.com
Mon Aug 22 21:58:34 CEST 2011


Revision: 39637
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39637
Author:   nexyon
Date:     2011-08-22 19:58:34 +0000 (Mon, 22 Aug 2011)
Log Message:
-----------
Missed a file in last commit.

Modified Paths:
--------------
    branches/soc-2011-pepper/intern/audaspace/intern/AUD_JOSResampleReader.h

Modified: branches/soc-2011-pepper/intern/audaspace/intern/AUD_JOSResampleReader.h
===================================================================
--- branches/soc-2011-pepper/intern/audaspace/intern/AUD_JOSResampleReader.h	2011-08-22 19:57:54 UTC (rev 39636)
+++ branches/soc-2011-pepper/intern/audaspace/intern/AUD_JOSResampleReader.h	2011-08-22 19:58:34 UTC (rev 39637)
@@ -46,12 +46,12 @@
 	/**
 	 * 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.




More information about the Bf-blender-cvs mailing list