aboutsummaryrefslogtreecommitdiff
path: root/sound/mp3.h
diff options
context:
space:
mode:
authorMax Horn2004-01-03 00:55:28 +0000
committerMax Horn2004-01-03 00:55:28 +0000
commit96e2c239c4bc2a6f91d3fb141551eac06187b076 (patch)
treef0eb601971c033f05ec36d1dbe3f14b7e28e6c4a /sound/mp3.h
parentd335bce62df47217546639b8816f8203f0137d37 (diff)
downloadscummvm-rg350-96e2c239c4bc2a6f91d3fb141551eac06187b076.tar.gz
scummvm-rg350-96e2c239c4bc2a6f91d3fb141551eac06187b076.tar.bz2
scummvm-rg350-96e2c239c4bc2a6f91d3fb141551eac06187b076.zip
removed SoundMixer::playMP3CDTrack; simplified makeMP3Stream (special variant with mad_timer_t was really only needed for MP3TrackInfo class)
svn-id: r12095
Diffstat (limited to 'sound/mp3.h')
-rw-r--r--sound/mp3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mp3.h b/sound/mp3.h
index c5e93d290d..d39ebc1391 100644
--- a/sound/mp3.h
+++ b/sound/mp3.h
@@ -47,7 +47,7 @@ public:
void play(SoundMixer *mixer, PlayingSoundHandle *handle, int startFrame, int duration);
};
-AudioInputStream *makeMP3Stream(File *file, mad_timer_t duration, uint size = 0);
+AudioInputStream *makeMP3Stream(File *file, uint size);
#endif