Fixed anomaly in audio. Temporary buffers dynamically preallocated.
commitc494801830a1fbfa527f2f57ac8964079192dda5
authorEvanR <evanrinehart@gmail.com>
Sat, 27 Jun 2009 19:15:37 +0000 (27 15:15 -0400)
committerEvanR <evanrinehart@gmail.com>
Sat, 27 Jun 2009 19:15:37 +0000 (27 15:15 -0400)
treefb96316f71c8ebd4fabf30f41d6daa8fee01b296
parent34ceb450b5c94a16c23b5f401739e95d809a7111
Fixed anomaly in audio. Temporary buffers dynamically preallocated.

Apparently on bobbens' setup (intel HDA) SDL cannot get an audio
buffer of 512 frames, and cannot automatically correct for this if
the second argument to SDL_OpenAudio is NULL.
backend.c
backend.h