Mercurial > sdl-ios-xcode
changeset 188:901e45fd0432
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Sep 2001 17:39:30 +0000 |
parents | 94645dc9479b |
children | 175917167aac |
files | include/SDL_audio.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_audio.h Sun Sep 23 16:53:51 2001 +0000 +++ b/include/SDL_audio.h Sun Sep 23 17:39:30 2001 +0000 @@ -50,7 +50,7 @@ Uint16 format; /* Audio data format */ Uint8 channels; /* Number of channels: 1 mono, 2 stereo */ Uint8 silence; /* Audio buffer silence value (calculated) */ - Uint16 samples; /* Audio buffer size in samples */ + Uint16 samples; /* Audio buffer size in samples (power of 2) */ Uint16 padding; /* Necessary for some compile environments */ Uint32 size; /* Audio buffer size in bytes (calculated) */ /* This function is called when the audio device needs more data.