diff options
Diffstat (limited to 'audio/out/ao_openal.c')
-rw-r--r-- | audio/out/ao_openal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/out/ao_openal.c b/audio/out/ao_openal.c index 5dc95a4dd9..60f4dd7c99 100644 --- a/audio/out/ao_openal.c +++ b/audio/out/ao_openal.c @@ -188,7 +188,6 @@ static int init(struct ao *ao, char *params) if (alcGetError(dev) == ALC_NO_ERROR && freq) ao->samplerate = freq; ao->format = AF_FORMAT_S16_NE; - ao->bps = ao->channels.num * ao->samplerate * 2; ao->buffersize = CHUNK_SIZE * NUM_BUF; ao->outburst = ao->channels.num * CHUNK_SIZE; tmpbuf = malloc(CHUNK_SIZE); |