From 4cf1fc678f24319be2f1a4a6c3554d60d25824df Mon Sep 17 00:00:00 2001 From: "Diogo Franco (Kovensky)" Date: Fri, 19 Jul 2013 23:39:37 -0300 Subject: ao_wasapi0: Don't fail init when listing devices --- audio/out/ao_wasapi0.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'audio') diff --git a/audio/out/ao_wasapi0.c b/audio/out/ao_wasapi0.c index df851122c6..c08370f350 100644 --- a/audio/out/ao_wasapi0.c +++ b/audio/out/ao_wasapi0.c @@ -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) { -- cgit v1.2.3