summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2014-12-05 09:57:40 +0100
committerAlessandro Ghedini <alessandro@ghedini.me>2014-12-07 23:59:23 +0100
commit69fa6c4b73e60ff9fc9d7fc42abce141c61f1c57 (patch)
tree06725df1086aa4fd6039cee53b0bb0f48e70aa12 /audio
parent3141381c2e7850042fd5483e5818bb4afa379df9 (diff)
downloadmpv-69fa6c4b73e60ff9fc9d7fc42abce141c61f1c57.tar.bz2
mpv-69fa6c4b73e60ff9fc9d7fc42abce141c61f1c57.tar.xz
coreaudio: add missing \n in log line
Diffstat (limited to 'audio')
-rw-r--r--audio/out/ao_coreaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/ao_coreaudio.c b/audio/out/ao_coreaudio.c
index 7cb9231218..92cfa824e4 100644
--- a/audio/out/ao_coreaudio.c
+++ b/audio/out/ao_coreaudio.c
@@ -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;