1
mirror of https://github.com/mpv-player/mpv synced 2024-10-30 04:46:41 +01:00

coreaudio: add missing \n in log line

This commit is contained in:
Stefano Pigozzi 2014-12-05 09:57:40 +01:00
parent 8e6f3bef36
commit f5ac80ea88

View File

@ -411,7 +411,7 @@ bool ca_layout_to_mp_chmap(struct ao *ao, AudioChannelLayout *layout,
// descriptions we process here.
if (layout->mNumberChannelDescriptions > MP_NUM_CHANNELS) {
MP_VERBOSE(ao, "layout has too many descriptions (%u, max: %d)",
MP_VERBOSE(ao, "layout has too many descriptions (%u, max: %d)\n",
(unsigned) layout->mNumberChannelDescriptions,
MP_NUM_CHANNELS);
return false;