cleanup: ao_pcm: remove useless assignment to ao->buffersize

This commit is contained in:
Uoti Urpala 2011-06-24 21:38:05 +03:00
parent 1763fb5a56
commit 12843385fe
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ static int init(struct ao *ao, char *params)
}
ao->outburst = 65536;
ao->buffersize = 2 * 65536;
ao->bps = ao->channels * ao->samplerate * (af_fmt2bits(ao->format) / 8);
mp_tmsg(MSGT_AO, MSGL_INFO, "[AO PCM] File: %s (%s)\n"