1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-19 13:51:14 +00:00

coreaudio: fix more layout prints

This commit is contained in:
Stefano Pigozzi 2014-12-04 21:39:22 +01:00 committed by Alessandro Ghedini
parent 7cacff6d61
commit 14adda8f6b

View File

@ -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;