1.1 --- a/include/SDL_audio.h Sun Sep 23 16:53:51 2001 +0000
1.2 +++ b/include/SDL_audio.h Sun Sep 23 17:39:30 2001 +0000
1.3 @@ -50,7 +50,7 @@
1.4 Uint16 format; /* Audio data format */
1.5 Uint8 channels; /* Number of channels: 1 mono, 2 stereo */
1.6 Uint8 silence; /* Audio buffer silence value (calculated) */
1.7 - Uint16 samples; /* Audio buffer size in samples */
1.8 + Uint16 samples; /* Audio buffer size in samples (power of 2) */
1.9 Uint16 padding; /* Necessary for some compile environments */
1.10 Uint32 size; /* Audio buffer size in bytes (calculated) */
1.11 /* This function is called when the audio device needs more data.