From 14adda8f6bbe304f454676496a23bd6515872481 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 4 Dec 2014 21:39:22 +0100 Subject: coreaudio: fix more layout prints --- audio/out/ao_coreaudio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/out/ao_coreaudio.c b/audio/out/ao_coreaudio.c index 82e705a721..642a1bf683 100644 --- a/audio/out/ao_coreaudio.c +++ b/audio/out/ao_coreaudio.c @@ -416,8 +416,8 @@ bool ca_layout_to_mp_chmap(struct ao *ao, AudioChannelLayout *layout, if (label == kAudioChannelLabel_Unknown) continue; if (speaker < 0) { - MP_VERBOSE(ao, "channel label=%d unusable to build channel " - "bitmap, skipping layout\n", label); + MP_VERBOSE(ao, "channel label=%u unusable to build channel " + "bitmap, skipping layout\n", (unsigned) label); } else { chmap->speaker[n] = speaker; chmap->num = n + 1; -- cgit v1.2.3