diff options
author | Matthew Hoops | 2011-08-24 09:47:24 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-08-24 09:54:19 -0400 |
commit | 40fd9ce27c8579f97e8ca5c0917366b1a069c5e9 (patch) | |
tree | af0174340d4cd1af79609c2883eca221305c892a /audio | |
parent | adb69a5a39bb58a0ac6866b64ede228692a80488 (diff) | |
download | scummvm-rg350-40fd9ce27c8579f97e8ca5c0917366b1a069c5e9.tar.gz scummvm-rg350-40fd9ce27c8579f97e8ca5c0917366b1a069c5e9.tar.bz2 scummvm-rg350-40fd9ce27c8579f97e8ca5c0917366b1a069c5e9.zip |
AUDIO: Remove default rate parameter from xa
Diffstat (limited to 'audio')
-rw-r--r-- | audio/decoders/xa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/decoders/xa.h b/audio/decoders/xa.h index ed3213f350..68c07151da 100644 --- a/audio/decoders/xa.h +++ b/audio/decoders/xa.h @@ -49,7 +49,7 @@ class RewindableAudioStream; */ RewindableAudioStream *makeXAStream( Common::SeekableReadStream *stream, - int rate = 11025); + int rate); } // End of namespace Audio |