mirror of https://github.com/mpv-player/mpv
ao_wasapi0: Don't fail init when listing devices
This commit is contained in:
parent
44f699da0d
commit
4cf1fc678f
|
@ -1049,8 +1049,6 @@ static int init(struct ao *ao, char *params)
|
|||
|
||||
if (state->opt_list) {
|
||||
enumerate_devices();
|
||||
mp_msg(MSGT_AO, MSGL_WARN, "ao-wasapi: devices listed, cancelling init\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (state->opt_exclusive) {
|
||||
|
|
Loading…
Reference in New Issue