summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_coreaudio_utils.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-11 20:25:00 +0100
committerwm4 <wm4@nowhere>2016-01-11 20:25:00 +0100
commit9fee7077d483154e7c2ad9442d9e49bb5e7ad2bb (patch)
tree2c4f64f32ee12ae46872841106733b8eccd7b1de /audio/out/ao_coreaudio_utils.h
parent30fd858e5e7fdec58da8c89b1aa3614d624891bd (diff)
downloadmpv-9fee7077d483154e7c2ad9442d9e49bb5e7ad2bb.tar.bz2
mpv-9fee7077d483154e7c2ad9442d9e49bb5e7ad2bb.tar.xz
ao_coreaudio: replace fourcc_repr()
Replace with the more general mp_tag_str().
Diffstat (limited to 'audio/out/ao_coreaudio_utils.h')
-rw-r--r--audio/out/ao_coreaudio_utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/out/ao_coreaudio_utils.h b/audio/out/ao_coreaudio_utils.h
index a0b5aa002c..780c56864b 100644
--- a/audio/out/ao_coreaudio_utils.h
+++ b/audio/out/ao_coreaudio_utils.h
@@ -31,9 +31,6 @@
CFStringRef cfstr_from_cstr(char *str);
char *cfstr_get_cstr(CFStringRef cfstr);
-char *fourcc_repr_buf(char *buf, size_t buf_size, uint32_t code);
-#define fourcc_repr(code) fourcc_repr_buf((char[40]){0}, 40, code)
-
bool check_ca_st(struct ao *ao, int level, OSStatus code, const char *message);
#define CHECK_CA_ERROR_L(label, message) \