0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

ao_wasapi0: Don't fail init when listing devices

This commit is contained in:
Diogo Franco (Kovensky) 2013-07-19 23:39:37 -03:00 committed by wm4
parent 44f699da0d
commit 4cf1fc678f

View File

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