mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +00:00
ao_wasapi: minor cosmetic fixes
This commit is contained in:
parent
2514e542e5
commit
7568715563
@ -945,7 +945,7 @@ HRESULT wasapi_thread_init(struct ao *ao)
|
||||
|
||||
ao->format = af_fmt_from_planar(ao->format);
|
||||
|
||||
retry: ;
|
||||
retry:
|
||||
if (state->deviceID) {
|
||||
hr = load_device(ao->log, &state->pDevice, state->deviceID);
|
||||
EXIT_ON_ERROR(hr);
|
||||
|
Loading…
Reference in New Issue
Block a user