aboutsummaryrefslogtreecommitdiff
path: root/sound/vorbis.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/vorbis.h')
-rw-r--r--sound/vorbis.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/vorbis.h b/sound/vorbis.h
index 98430e6aaa..758bfd9487 100644
--- a/sound/vorbis.h
+++ b/sound/vorbis.h
@@ -26,7 +26,6 @@
#ifndef SOUND_VORBIS_H
#define SOUND_VORBIS_H
-#include "common/stdafx.h"
#include "common/scummsys.h"
#ifdef USE_VORBIS
@@ -43,12 +42,12 @@ class AudioStream;
/**
* Create a new AudioStream from the Ogg Vorbis data in the given stream.
* Allows for looping (which is why we require a SeekableReadStream),
- * and specifying only a portion of the data to be played, based
+ * and specifying only a portion of the data to be played, based
* on time offsets.
*
* @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 startTime the (optional) time offset in milliseconds from which to start playback
* @param duration the (optional) time in milliseconds specifying how long to play
* @param numLoops how often the data shall be looped (0 = infinite)
* @return a new AudioStream, or NULL, if an error occured