mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 06:46:55 +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);
|
ao->format = af_fmt_from_planar(ao->format);
|
||||||
|
|
||||||
retry: ;
|
retry:
|
||||||
if (state->deviceID) {
|
if (state->deviceID) {
|
||||||
hr = load_device(ao->log, &state->pDevice, state->deviceID);
|
hr = load_device(ao->log, &state->pDevice, state->deviceID);
|
||||||
EXIT_ON_ERROR(hr);
|
EXIT_ON_ERROR(hr);
|
||||||
|
Loading…
Reference in New Issue
Block a user