aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
authorMax Horn2003-07-29 12:39:41 +0000
committerMax Horn2003-07-29 12:39:41 +0000
commit6b470390f7ca2b17a56e0b79a2b42f4e70309fcb (patch)
tree527d885fec6b2859e9dbaec94d0331eecd2a050c /sound/mixer.h
parentf1a6025aa2a8b6c99798e0738eaca4c844933c20 (diff)
downloadscummvm-rg350-6b470390f7ca2b17a56e0b79a2b42f4e70309fcb.tar.gz
scummvm-rg350-6b470390f7ca2b17a56e0b79a2b42f4e70309fcb.tar.bz2
scummvm-rg350-6b470390f7ca2b17a56e0b79a2b42f4e70309fcb.zip
cleanup
svn-id: r9281
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 6c7e8edf97..47acf99d66 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -84,7 +84,7 @@ public:
// start playing a raw sound
int playRaw(PlayingSoundHandle *handle, void *sound, uint32 size, uint rate, byte flags, int id = -1);
#ifdef USE_MAD
- int playMP3(PlayingSoundHandle *handle, void *sound, uint32 size, byte flags);
+ int playMP3(PlayingSoundHandle *handle, File *file, uint32 size);
int playMP3CDTrack(PlayingSoundHandle *handle, File *file, mad_timer_t duration);
#endif
#ifdef USE_VORBIS