summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-28 22:11:05 +0200
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-04-29 18:40:30 +0900
commit87713640aee2b4942894721f82dd972c46e4eb8d (patch)
treeec7faeefdd31698a2911a352e70e63b0dddc263e
parent63bd171c0d564fa2398df78b642c097d69c5a568 (diff)
downloadmpv-87713640aee2b4942894721f82dd972c46e4eb8d.tar.bz2
mpv-87713640aee2b4942894721f82dd972c46e4eb8d.tar.xz
ao_coreaudio_utils: change audio format logging
Make it easier to distinguish the fields. (cherry picked from commit d5e9bf66a1e0c4578bd8bef5c9f725dbc47e9fc6)
-rw-r--r--audio/out/ao_coreaudio_utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/out/ao_coreaudio_utils.c b/audio/out/ao_coreaudio_utils.c
index d606587866..9b5b663ee9 100644
--- a/audio/out/ao_coreaudio_utils.c
+++ b/audio/out/ao_coreaudio_utils.c
@@ -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,