diff options
-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 |