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.

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to