[Scummvm-cvs-logs] SF.net SVN: scummvm: [27919] scummvm/branches/gsoc2007-mixer/sound/filter. cpp

dogmatixman at users.sourceforge.net dogmatixman at users.sourceforge.net
Thu Jul 5 13:43:09 CEST 2007


Revision: 27919
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27919&view=rev
Author:   dogmatixman
Date:     2007-07-05 04:43:08 -0700 (Thu, 05 Jul 2007)

Log Message:
-----------
Removed TODO comment about bounds-checking the I_0 outputs; these outputs are finite for nonoutrageous attenuations (ie < ~6500dB).

Modified Paths:
--------------
    scummvm/branches/gsoc2007-mixer/sound/filter.cpp

Modified: scummvm/branches/gsoc2007-mixer/sound/filter.cpp
===================================================================
--- scummvm/branches/gsoc2007-mixer/sound/filter.cpp	2007-07-05 07:39:53 UTC (rev 27918)
+++ scummvm/branches/gsoc2007-mixer/sound/filter.cpp	2007-07-05 11:43:08 UTC (rev 27919)
@@ -103,7 +103,6 @@
  * Derives the coefficients for a Kaiser window of the given properties, using
  * standard Kaiser design formulae.
  */
-// TODO: check that the I_0 outputs haven't shot off to infinity
 static void windowDesign(double *coeffs, uint16 length, double ripple) {
 	uint16 i;
 	


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list