diff options
author | Johannes Schickel | 2007-02-22 20:46:09 +0000 |
---|---|---|
committer | Johannes Schickel | 2007-02-22 20:46:09 +0000 |
commit | 7612aa5ee111d5332f07b5a6539186e2bfbe4d6e (patch) | |
tree | a886f18919057314e9836cb814af969876a0f02a | |
parent | f695b21d60ace91bc982cd70b2f75ec62600a559 (diff) | |
download | scummvm-rg350-7612aa5ee111d5332f07b5a6539186e2bfbe4d6e.tar.gz scummvm-rg350-7612aa5ee111d5332f07b5a6539186e2bfbe4d6e.tar.bz2 scummvm-rg350-7612aa5ee111d5332f07b5a6539186e2bfbe4d6e.zip |
fixed comments.
svn-id: r25797
-rw-r--r-- | sound/flac.h | 2 | ||||
-rw-r--r-- | sound/vorbis.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/flac.h b/sound/flac.h index bf62234a37..787a8ad79c 100644 --- a/sound/flac.h +++ b/sound/flac.h @@ -55,7 +55,7 @@ AudioStream *makeFlacStream(Common::File *file, uint32 size); * and specifying only a portion of the data to be played, based * on time offsets. * - * @param stream the SeekableReadStream from which to read the MP3 data + * @param stream the SeekableReadStream from which to read the FLAC data * @param disposeAfterUse whether to delete the stream after use * @param startTime the (optional) time offset in milliseconds from which to start playback * @param duration the (optional) time in milliseconds specifying how long to play diff --git a/sound/vorbis.h b/sound/vorbis.h index 3587fff783..9d702172df 100644 --- a/sound/vorbis.h +++ b/sound/vorbis.h @@ -55,7 +55,7 @@ AudioStream *makeVorbisStream(Common::File *file, uint32 size); * and specifying only a portion of the data to be played, based * on time offsets. * - * @param stream the SeekableReadStream from which to read the MP3 data + * @param stream the SeekableReadStream from which to read the Ogg Vorbis data * @param disposeAfterUse whether to delete the stream after use * @param startTime the (optional) time offset in milliseconds from which to start playback * @param duration the (optional) time in milliseconds specifying how long to play |