Mercurial > sdl-ios-xcode
log src/audio/SDL_audiocvt.c @ 3012:7e30c2dc7783
age | author | description |
---|---|---|
Sat, 10 Jan 2009 18:32:24 +0000 | Sam Lantinga | Fixed Visual C++ release build for Visual C++ 2005 |
Sat, 20 Dec 2008 08:41:05 +0000 | Sam Lantinga | indent |
Fri, 19 Dec 2008 09:15:59 +0000 | Ryan C. Gordon | More resampling fixes. |
Fri, 19 Dec 2008 08:30:26 +0000 | Ryan C. Gordon | Allocate SDL_AudioCVT::coeff before using it. |
Fri, 19 Dec 2008 06:43:41 +0000 | Ryan C. Gordon | Use SDL_zerop instead of SDL_memset. |
Fri, 19 Dec 2008 06:01:03 +0000 | Ryan C. Gordon | Zero out SDL_AudioCVT struct before using it, to ensure it's all initialized. |