[Scummvm-cvs-logs] CVS: scummvm/sound mixer.cpp,1.83,1.84

Max Horn fingolfin at users.sourceforge.net
Tue Jul 29 07:11:04 CEST 2003


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

Modified Files:
	mixer.cpp 
Log Message:
removed some debug output

Index: mixer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.cpp,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- mixer.cpp	29 Jul 2003 12:39:41 -0000	1.83
+++ mixer.cpp	29 Jul 2003 13:36:06 -0000	1.84
@@ -670,10 +670,6 @@
 	_ptr = (byte *)sound;
 	_flags = flags;
 
-printf("ChannelRaw: flags 0x%x, input rate %d, output rate %d, size %d\n", flags, rate, mixer->getOutputRate(), size);
-//hexdump(_ptr, size);
-//puts("\n");
-
 #ifdef SOX_HACK
 	
 	// Create the input stream
@@ -763,10 +759,6 @@
 										 byte flags, uint32 buffer_size)
 	: Channel(mixer, handle) {
 	assert(size <= buffer_size);
-
-printf("ChannelStream: flags 0x%x, input rate %d, output rate %d, size %d\n", flags, rate, mixer->getOutputRate(), size);
-//hexdump(_ptr, size);
-//puts("\n");
 
 #ifdef SOX_HACK
 	





More information about the Scummvm-git-logs mailing list