1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

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

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