[Scummvm-cvs-logs] SF.net SVN: scummvm: [32752] scummvm/trunk/backends/platform/sdl/sdl.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Jun 22 14:39:41 CEST 2008


Revision: 32752
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32752&view=rev
Author:   lordhoto
Date:     2008-06-22 05:39:40 -0700 (Sun, 22 Jun 2008)

Log Message:
-----------
Update comment.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/sdl/sdl.cpp

Modified: scummvm/trunk/backends/platform/sdl/sdl.cpp
===================================================================
--- scummvm/trunk/backends/platform/sdl/sdl.cpp	2008-06-22 12:36:38 UTC (rev 32751)
+++ scummvm/trunk/backends/platform/sdl/sdl.cpp	2008-06-22 12:39:40 UTC (rev 32752)
@@ -403,7 +403,7 @@
 		_samplesPerSec = SAMPLES_PER_SEC;
 
 	// Determine the sample buffer size. We want it to store enough data for
-	// about 1/32th of a second. Note that it must be a power of two.
+	// about 1/16th of a second. Note that it must be a power of two.
 	// So e.g. at 22050 Hz, we request a sample buffer size of 2048.
 	int samples = 8192;
 	while (16 * samples >= _samplesPerSec) {


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