ao_pipewire: use native buffersize by default

Instead of trying to guess the correct number in mpv let the pipewire
server choose.

Fixes #9992
This commit is contained in:
Thomas Weißschuh 2023-07-21 15:31:43 +02:00 committed by sfan5
parent 2dc8e70093
commit c9064b57c0
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@ const struct ao_driver audio_out_pipewire = {
.loop = NULL,
.stream = NULL,
.init_state = INIT_STATE_NONE,
.options.buffer_msec = 20,
.options.buffer_msec = 0,
.options.volume_mode = VOLUME_MODE_CHANNEL,
},
.options_prefix = "pipewire",