aboutsummaryrefslogtreecommitdiff
path: root/sound/mp3.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mp3.h')
-rw-r--r--sound/mp3.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/mp3.h b/sound/mp3.h
index ad66666b00..d544e60e0e 100644
--- a/sound/mp3.h
+++ b/sound/mp3.h
@@ -26,7 +26,6 @@
#ifndef SOUND_MP3_H
#define SOUND_MP3_H
-#include "common/stdafx.h"
#include "common/scummsys.h"
#ifdef USE_MAD
@@ -43,12 +42,12 @@ class AudioStream;
/**
* Create a new AudioStream from the MP3 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 MP3 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