summaryrefslogtreecommitdiffstats
path: root/audio/out
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-07 20:55:00 +0200
committerwm4 <wm4@nowhere>2015-05-07 20:55:00 +0200
commit1bcb82ec93cc3e037df2dd4e2216a473fe87baf9 (patch)
treef03c94661450124fabc6f9abcd9ddffb2caf60ba /audio/out
parent6a0a67034d925a640a9239754c5f06e6e689c27d (diff)
downloadmpv-1bcb82ec93cc3e037df2dd4e2216a473fe87baf9.tar.bz2
mpv-1bcb82ec93cc3e037df2dd4e2216a473fe87baf9.tar.xz
ao_coreaudio_utils: don't list some formats as "unusable"
While mpv has no internal equivalent representation, they can still be used as physical CoreAudio formats. Thus this label is confusing.
Diffstat (limited to 'audio/out')
-rw-r--r--audio/out/ao_coreaudio_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/ao_coreaudio_utils.c b/audio/out/ao_coreaudio_utils.c
index 5eacc7f208..6c26dbb7c3 100644
--- a/audio/out/ao_coreaudio_utils.c
+++ b/audio/out/ao_coreaudio_utils.c
@@ -258,7 +258,7 @@ void ca_print_asbd(struct ao *ao, const char *description,
(flags & kAudioFormatFlagIsPacked) ? " packed" : "",
(flags & kAudioFormatFlagIsAlignedHigh) ? " aligned" : "",
(flags & kAudioFormatFlagIsNonInterleaved) ? " P" : "",
- mpfmt ? af_fmt_to_str(mpfmt) : "unusable");
+ mpfmt ? af_fmt_to_str(mpfmt) : "-");
}
// Return whether new is an improvement over old. Assume a higher value means