mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 23:44:22 +00:00
AUDIO: Remove default makeADPCMStream rate/channels values
This commit is contained in:
parent
f1c3869669
commit
c38beb0ced
@ -77,8 +77,8 @@ RewindableAudioStream *makeADPCMStream(
|
||||
Common::SeekableReadStream *stream,
|
||||
DisposeAfterUse::Flag disposeAfterUse,
|
||||
uint32 size, typesADPCM type,
|
||||
int rate = 22050,
|
||||
int channels = 2,
|
||||
int rate,
|
||||
int channels,
|
||||
uint32 blockAlign = 0);
|
||||
|
||||
} // End of namespace Audio
|
||||
|
Loading…
x
Reference in New Issue
Block a user