mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 05:31:34 +00:00
ao_coreaudio_utils: change audio format logging
Make it easier to distinguish the fields.
This commit is contained in:
parent
5f86fad2f0
commit
d5e9bf66a1
@ -200,9 +200,9 @@ void ca_print_asbd(struct ao *ao, const char *description,
|
||||
char *format = fourcc_repr(NULL, asbd->mFormatID);
|
||||
|
||||
MP_VERBOSE(ao,
|
||||
"%s %7.1fHz %" PRIu32 "bit [%s]"
|
||||
"[%" PRIu32 "][%" PRIu32 "][%" PRIu32 "]"
|
||||
"[%" PRIu32 "][%" PRIu32 "] "
|
||||
"%s %7.1fHz %" PRIu32 "bit %s "
|
||||
"[%" PRIu32 "][%" PRIu32 "bpp][%" PRIu32 "fbp]"
|
||||
"[%" PRIu32 "bpf][%" PRIu32 "ch] "
|
||||
"%s %s %s%s%s%s\n",
|
||||
description, asbd->mSampleRate, asbd->mBitsPerChannel, format,
|
||||
asbd->mFormatFlags, asbd->mBytesPerPacket, asbd->mFramesPerPacket,
|
||||
|
Loading…
Reference in New Issue
Block a user