Skip to content

Commit

Permalink
AUDIO: Fix AIFF comment about supporting IMA ADPCM
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Nov 24, 2012
1 parent 8769022 commit 3399b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/decoders/aiff.h
Expand Up @@ -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);

Expand Down

0 comments on commit 3399b56

Please sign in to comment.