aboutsummaryrefslogtreecommitdiff
path: root/sound/vorbis.h
diff options
context:
space:
mode:
authorJohannes Schickel2007-02-22 20:46:09 +0000
committerJohannes Schickel2007-02-22 20:46:09 +0000
commit7612aa5ee111d5332f07b5a6539186e2bfbe4d6e (patch)
treea886f18919057314e9836cb814af969876a0f02a /sound/vorbis.h
parentf695b21d60ace91bc982cd70b2f75ec62600a559 (diff)
downloadscummvm-rg350-7612aa5ee111d5332f07b5a6539186e2bfbe4d6e.tar.gz
scummvm-rg350-7612aa5ee111d5332f07b5a6539186e2bfbe4d6e.tar.bz2
scummvm-rg350-7612aa5ee111d5332f07b5a6539186e2bfbe4d6e.zip
fixed comments.
svn-id: r25797
Diffstat (limited to 'sound/vorbis.h')
-rw-r--r--sound/vorbis.h2
1 files changed, 1 insertions, 1 deletions
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