1
0
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:
Kevin Mitchell 2017-07-08 15:29:14 -07:00
parent 2514e542e5
commit 7568715563

View File

@ -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);