mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 10:51:51 +00:00
cleanup: ao_pcm: remove useless assignment to ao->buffersize
This commit is contained in:
parent
1763fb5a56
commit
12843385fe
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user