Fixed audio buffer lifecycle and implemented audio shutdown

This commit is contained in:
Sam Lantinga 2011-01-13 12:32:55 -08:00
parent 4f9db82a4c
commit 5b1882ee17
5 changed files with 81 additions and 83 deletions

View file

@ -31,9 +31,6 @@
struct SDL_PrivateAudioData
{
/* The file descriptor for the audio device */
Uint8 *mixbuf;
Uint32 mixlen;
};
#endif /* _SDL_androidaudio_h */