Mercurial > SDL_sound_CoreAudio
diff audio_convert.c @ 382:ce998ee6194f
Sync'd with latest altcvt.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 03 Jul 2002 04:44:46 +0000 |
parents | fbbb1f25b944 |
children | fb519e6028e3 |
line wrap: on
line diff
--- a/audio_convert.c Wed Jul 03 04:33:49 2002 +0000 +++ b/audio_convert.c Wed Jul 03 04:44:46 2002 +0000 @@ -579,7 +579,8 @@ int Sound_BuildAudioCVT(Sound_AudioCVT *cvt, Uint16 src_format, Uint8 src_channels, Uint32 src_rate, - Uint16 dst_format, Uint8 dst_channels, Uint32 dst_rate) + Uint16 dst_format, Uint8 dst_channels, Uint32 dst_rate, + Uint32 dst_size) { /* Start off with no conversion necessary */ cvt->needed = 0;