From 894b172a76e0f031034f6777914b7b48e0393945 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 27 Dec 2014 12:32:54 +0100 Subject: ao_coreaudio: remove useless guard useless after 069016fd6c --- audio/out/ao_coreaudio.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'audio/out') diff --git a/audio/out/ao_coreaudio.c b/audio/out/ao_coreaudio.c index 5de675831e..0c7f769e72 100644 --- a/audio/out/ao_coreaudio.c +++ b/audio/out/ao_coreaudio.c @@ -421,12 +421,6 @@ static void ca_log_layout(struct ao *ao, int l, AudioChannelLayout *layout) d.mCoordinates[0], d.mCoordinates[1], d.mCoordinates[2]); - - if (i >= 32) { - mp_msg(ao->log, l, " detected more than 32 channel descriptions, " - "skipping output"); - break; - } } } -- cgit v1.2.3