mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
ao/wasapi: reenable the reset function
the race condition that necessitated disabling
this was fixed in
e440352313
This commit is contained in:
@@ -342,7 +342,7 @@ const struct ao_driver audio_out_wasapi = {
|
||||
.init = init,
|
||||
.uninit = uninit,
|
||||
.control = control,
|
||||
//.reset = audio_reset, <- doesn't wait for audio callback to return
|
||||
.reset = audio_reset,
|
||||
.resume = audio_resume,
|
||||
.list_devs = list_devs,
|
||||
.priv_size = sizeof(wasapi_state),
|
||||
|
||||
Reference in New Issue
Block a user