coreaudio: fix more layout prints

This commit is contained in:
Stefano Pigozzi 2014-12-04 21:39:22 +01:00
parent 4db97d3303
commit c070d16093
1 changed files with 2 additions and 2 deletions

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;