diff alt_audio_convert.c @ 441:5b00e43ec23c

Patches to make SDL_sound more Visual C happy.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 31 Jan 2003 01:53:12 +0000
parents a65440b3a057
children 636796aed4e2
line wrap: on
line diff
--- a/alt_audio_convert.c	Sun Jan 12 22:06:38 2003 +0000
+++ b/alt_audio_convert.c	Fri Jan 31 01:53:12 2003 +0000
@@ -1011,8 +1011,8 @@
 
 
 int Sound_BuildAudioCVT(Sound_AudioCVT *Data,
-    Uint16 src_format, Uint8 src_channels, int src_rate,
-    Uint16 dst_format, Uint8 dst_channels, int dst_rate, Uint32 bufsize)
+    Uint16 src_format, Uint8 src_channels, Uint32 src_rate,
+    Uint16 dst_format, Uint8 dst_channels, Uint32 dst_rate, Uint32 bufsize)
 {
     SDL_AudioSpec src, dst;
     int ret;