[Scummvm-cvs-logs] scummvm master -> 3399b5662f4e9de6dcd7e04ecd19bd87c57d2beb

clone2727 clone2727 at gmail.com
Sat Nov 24 23:26:44 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3399b5662f AUDIO: Fix AIFF comment about supporting IMA ADPCM


Commit: 3399b5662f4e9de6dcd7e04ecd19bd87c57d2beb
    https://github.com/scummvm/scummvm/commit/3399b5662f4e9de6dcd7e04ecd19bd87c57d2beb
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2012-11-24T14:25:39-08:00

Commit Message:
AUDIO: Fix AIFF comment about supporting IMA ADPCM

Changed paths:
    audio/decoders/aiff.h



diff --git a/audio/decoders/aiff.h b/audio/decoders/aiff.h
index afcdb6a..0d96e73 100644
--- a/audio/decoders/aiff.h
+++ b/audio/decoders/aiff.h
@@ -48,7 +48,7 @@ class SeekableAudioStream;
  * successful. In that case, the stream's seek position will be set to the
  * start of the audio data, and size, rate and flags contain information
  * necessary for playback. Currently this function only supports uncompressed
- * raw PCM data as well as IMA ADPCM.
+ * raw PCM.
  */
 extern bool loadAIFFFromStream(Common::SeekableReadStream &stream, int &size, int &rate, byte &flags);
 






More information about the Scummvm-git-logs mailing list