From 52d1f2c14ee7e8aee9d98f43fb81c3213fabbd13 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 23 Sep 2001 17:39:30 +0000 Subject: [PATCH] *** empty log message *** --- include/SDL_audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_audio.h b/include/SDL_audio.h index 45ce987a2..e53abaebb 100644 --- a/include/SDL_audio.h +++ b/include/SDL_audio.h @@ -50,7 +50,7 @@ typedef struct { 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.