diff alt_audio_convert.h @ 421:a65440b3a057

Patched to compile.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 26 Sep 2002 04:39:41 +0000
parents 5b8a07b5162e
children 5b00e43ec23c
line wrap: on
line diff
--- a/alt_audio_convert.h	Thu Sep 26 04:34:35 2002 +0000
+++ b/alt_audio_convert.h	Thu Sep 26 04:39:41 2002 +0000
@@ -83,7 +83,7 @@
 
 extern SNDDECLSPEC int Sound_BuildAudioCVT( Sound_AudioCVT *Data,
    Uint16 src_format, Uint8 src_channels, int src_rate,
-   Uint16 dst_format, Uint8 dst_channels, int dst_rate );
+   Uint16 dst_format, Uint8 dst_channels, int dst_rate, Uint32 bufsize );
 
 extern SNDDECLSPEC int Sound_AltBuildAudioCVT( Sound_AudioCVT *Data,
    SDL_AudioSpec src, SDL_AudioSpec dst );