aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/decoders/adpcm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/decoders/adpcm.h b/audio/decoders/adpcm.h
index ac8d529917..288026203b 100644
--- a/audio/decoders/adpcm.h
+++ b/audio/decoders/adpcm.h
@@ -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