[Scummvm-cvs-logs] SF.net SVN: scummvm: [25914] scummvm/trunk/sound/audiostream.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Thu Mar 1 14:51:05 CET 2007
Revision: 25914
http://scummvm.svn.sourceforge.net/scummvm/?rev=25914&view=rev
Author: fingolfin
Date: 2007-03-01 05:51:04 -0800 (Thu, 01 Mar 2007)
Log Message:
-----------
Rephrased a comment a bit
Modified Paths:
--------------
scummvm/trunk/sound/audiostream.cpp
Modified: scummvm/trunk/sound/audiostream.cpp
===================================================================
--- scummvm/trunk/sound/audiostream.cpp 2007-03-01 03:29:54 UTC (rev 25913)
+++ scummvm/trunk/sound/audiostream.cpp 2007-03-01 13:51:04 UTC (rev 25914)
@@ -113,11 +113,10 @@
* block of data, which is passed to it upon creation.
* Optionally supports looping the sound.
*
- * Design note: This code tries to be as optimized as possible (without
+ * Design note: This code tries to be as efficient as possible (without
* resorting to assembly, that is). To this end, it is written as a template
- * class. This way the compiler can actually create optimized code for each
- * special code. This results in a total of 12 versions of the code being
- * generated.
+ * class. This way the compiler can create optimized code for each special
+ * case. This results in a total of 12 versions of the code being generated.
*/
template<bool stereo, bool is16Bit, bool isUnsigned, bool isLE>
class LinearMemoryStream : public AudioStream {
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