aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2012-11-24 17:25:39 -0500
committerMatthew Hoops2012-11-24 17:25:39 -0500
commit3399b5662f4e9de6dcd7e04ecd19bd87c57d2beb (patch)
tree34f882047d26aaeeb36ad2fc3cb3b13649f9608e
parent87690220324587d9778e5bc39ee7787ad15f2ca5 (diff)
downloadscummvm-rg350-3399b5662f4e9de6dcd7e04ecd19bd87c57d2beb.tar.gz
scummvm-rg350-3399b5662f4e9de6dcd7e04ecd19bd87c57d2beb.tar.bz2
scummvm-rg350-3399b5662f4e9de6dcd7e04ecd19bd87c57d2beb.zip
AUDIO: Fix AIFF comment about supporting IMA ADPCM
-rw-r--r--audio/decoders/aiff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/decoders/aiff.h b/audio/decoders/aiff.h
index afcdb6ae6c..0d96e73c26 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);