Make internal buffers size multiple of 4.

This commit is contained in:
Eric Pouech 2000-05-10 21:39:24 +00:00 committed by Alexandre Julliard
parent c0504ca5f6
commit 8cfea6e292
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ struct IDirectSound3DBufferImpl
/* #define USE_DSOUND3D 1 */
#define DSOUND_FRAGLEN (primarybuf->wfx.nAvgBytesPerSec >> 4)
#define DSOUND_FRAGLEN ((primarybuf->wfx.nAvgBytesPerSec >> 4) & ~3)
#define DSOUND_FREQSHIFT (14)
static int audiofd = -1;