From ec27d573f492f30c1111678273d56f922330fdcd Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 26 Oct 2015 15:52:08 +0100 Subject: audio: always log channel maps before determining final map Until now, this was done only in debug verbosity, while some AOs logged equivalent information in verbose mode. Clean this up. --- audio/out/ao_wasapi_utils.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'audio/out/ao_wasapi_utils.c') diff --git a/audio/out/ao_wasapi_utils.c b/audio/out/ao_wasapi_utils.c index fd65cc82eb..1f885004a9 100755 --- a/audio/out/ao_wasapi_utils.c +++ b/audio/out/ao_wasapi_utils.c @@ -486,10 +486,8 @@ static bool search_channels(struct ao *ao, WAVEFORMATEXTENSIBLE *wformat) } } else { change_waveformat_channels(wformat, &entry); - if (try_format_exclusive(ao, wformat)) { + if (try_format_exclusive(ao, wformat)) mp_chmap_sel_add_map(&chmap_sel, &entry); - MP_VERBOSE(ao, "%s is supported\n", mp_chmap_to_str(&entry)); - } } } -- cgit v1.2.3