From 3141381c2e7850042fd5483e5818bb4afa379df9 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 5 Dec 2014 09:56:33 +0100 Subject: coreaudio: don't print layout a second time For #1279 --- audio/out/ao_coreaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/out/ao_coreaudio.c b/audio/out/ao_coreaudio.c index 013b47e17d..7cb9231218 100644 --- a/audio/out/ao_coreaudio.c +++ b/audio/out/ao_coreaudio.c @@ -414,7 +414,7 @@ bool ca_layout_to_mp_chmap(struct ao *ao, AudioChannelLayout *layout, MP_VERBOSE(ao, "layout has too many descriptions (%u, max: %d)", (unsigned) layout->mNumberChannelDescriptions, MP_NUM_CHANNELS); - goto coreaudio_error; + return false; } for (int n = 0; n < layout->mNumberChannelDescriptions; n++) { -- cgit v1.2.3