diff options
Diffstat (limited to 'audio/decoders/aiff.h')
-rw-r--r-- | audio/decoders/aiff.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/decoders/aiff.h b/audio/decoders/aiff.h index 59664bb85a..0d96e73c26 100644 --- a/audio/decoders/aiff.h +++ b/audio/decoders/aiff.h @@ -23,6 +23,7 @@ /** * @file * Sound decoder used in engines: + * - pegasus * - saga * - sci * - sword1 @@ -47,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); |