[Scummvm-cvs-logs] CVS: scummvm/sound adpcm.cpp,1.12,1.13

Max Horn fingolfin at users.sourceforge.net
Fri Dec 9 13:43:23 CET 2005


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16459/sound

Modified Files:
	adpcm.cpp 
Log Message:
URL pointing to an IMA format reference

Index: adpcm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/adpcm.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- adpcm.cpp	21 Oct 2005 02:00:12 -0000	1.12
+++ adpcm.cpp	9 Dec 2005 21:42:19 -0000	1.13
@@ -28,7 +28,8 @@
 // Dialogic or Oki ADPCM coding format aka VOX.
 // See also <http://www.comptek.ru/telephony/tnotes/tt1-13.html>
 //
-// In addition, also IMA ADPCM is supported.
+// In addition, also IMA ADPCM is supported. See
+//   <http://www.multimedia.cx/simpleaudio.html>.
 
 ADPCMInputStream::ADPCMInputStream(Common::SeekableReadStream *stream, uint32 size, typesADPCM type, int channels, uint32 blockAlign)
 	: _stream(stream), _channels(channels), _type(type), _blockAlign(blockAlign) {





More information about the Scummvm-git-logs mailing list