coreaudio: don't print layout a second time

For #1279
This commit is contained in:
Stefano Pigozzi 2014-12-05 09:56:33 +01:00
parent d6606bcfff
commit 8e6f3bef36
1 changed files with 1 additions and 1 deletions

View File

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