1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-23 08:26:56 +00:00
mpv/audio/out
wm4 4d3a2c7e0d audio/out: remove ao->outburst/buffersize fields
The core didn't use these fields, and use of them was inconsistent
accross AOs. Some didn't use them at all. Some only set them; the values
were completely unused by the core. Some made full use of them.

Remove these fields. In places where they are still needed, make them
private AO state.

Remove the --abs option. It set the buffer size for ao_oss and ao_dsound
(being ignored by all other AOs), and was already marked as obsolete. If
it turns out that it's still needed for ao_oss or ao_dsound, their
default buffer sizes could be adjusted, and if even that doesn't help,
AO suboptions could be added in these cases.
2013-06-16 19:36:56 +02:00
..
ao_alsa.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_coreaudio.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_dsound.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_jack.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_lavc.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_null.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_openal.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_oss.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_pcm.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_portaudio.c audio: fix af_fmt_seconds_to_bytes 2013-06-16 19:28:04 +02:00
ao_pulse.c audio/out: don't require AOs to set ao->bps 2013-06-16 19:32:18 +02:00
ao_rsound.c audio/out: don't require AOs to set ao->bps 2013-06-16 19:32:18 +02:00
ao_sdl.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao.h audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00