April 2, 2024
8:48 a.m.
This fixes a latency issue with audio, particular when played with 4k video. With a single queue, only one sample request can be processed at a time. So, for example, if a video sample takes 40ms to be delivered, then all pending audio samples will be delayed 40ms. This can lead to the audio PTS lagging the presentation clock and being dropped. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5439