mirror of
https://github.com/mpv-player/mpv
synced 2025-01-27 18:13:15 +00:00
503a0f184c
This allows users to set buffer duration in exclusive mode. We have been using the default device period as the buffer size and it is robust enough in most cases. However, on some devices there are horrible glitches after a stream reset. Unfortunately, the issue is not consistently reproducible, but using a smaller buffer size (e.g., the minimum device period) seems to resolve the problem. Fixes #13715.
2 lines
39 B
Plaintext
2 lines
39 B
Plaintext
add `--wasapi-exclusive-buffer` option
|