[Scummvm-cvs-logs] CVS: scummvm/sound mixer.h,1.54,1.55

Max Horn fingolfin at users.sourceforge.net
Sun Oct 5 10:43:07 CEST 2003


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv21041/sound

Modified Files:
	mixer.h 
Log Message:
clarification: premixer must use native endianess

Index: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.h,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- mixer.h	18 Sep 2003 16:01:33 -0000	1.54
+++ mixer.h	5 Oct 2003 17:42:55 -0000	1.55
@@ -84,11 +84,13 @@
 	bool bindToSystem(OSystem *syst);
 
 	/**
-	 * Set the premix procedure. This is mainly used for the adlib music, but is not limited
-	 * to it. The premix proc is invoked by the mixer whenever it needs to generate any
-	 * data, before any other mixing takes place. The premixer than has a chanve to fill
-	 * the mix buffer with data (usually music samples). It should generate the specified
-	 * number of 16bit stereo samples (i.e. len * 4 bytes).
+	 * Set the premix procedure. This is mainly used for the adlib music, but
+	 * is not limited to it. The premix proc is invoked by the mixer whenever
+	 * it needs to generate any data, before any other mixing takes place. The
+	 * premixer than has a chanve to fill the mix buffer with data (usually
+	 * music samples). It should generate the specified number of 16bit stereo
+	 * samples (i.e. len * 4 bytes). The endianess of these samples shall be
+	 * the native endianess.
 	 */
 	void setupPremix(PremixProc *proc, void *param);
 





More information about the Scummvm-git-logs mailing list