# HG changeset patch # User Sam Lantinga # Date 1001266770 0 # Node ID 901e45fd04320ab442ad74c8dbd4d68cf6c411b8 # Parent 94645dc9479b748fae36782d543e55cdf01e08ff *** empty log message *** diff -r 94645dc9479b -r 901e45fd0432 include/SDL_audio.h --- 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.