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:
parent
8e6f3bef36
commit
f5ac80ea88
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user