summaryrefslogtreecommitdiffstats
path: root/audio/chmap.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-08 21:14:23 +0200
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-05-09 21:14:35 +0900
commitba799895e14a662597a25a8ec349f889de465da5 (patch)
treea129a753d08936c9932b45cb14c520092c76d4a6 /audio/chmap.h
parent438ae9f742920a79f282433ec2df1904468f716c (diff)
downloadmpv-ba799895e14a662597a25a8ec349f889de465da5.tar.bz2
mpv-ba799895e14a662597a25a8ec349f889de465da5.tar.xz
audio: remove mp_chmap_contains()
It's unsued now. (cherry picked from commit 8d5924f2c9c7d80b45cd68b44cb9c74e7b0b5a8c)
Diffstat (limited to 'audio/chmap.h')
-rw-r--r--audio/chmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/chmap.h b/audio/chmap.h
index fb3c118bf2..c3826065ce 100644
--- a/audio/chmap.h
+++ b/audio/chmap.h
@@ -127,8 +127,6 @@ void mp_chmap_diff(const struct mp_chmap *a, const struct mp_chmap *b,
struct mp_chmap *diff);
int mp_chmap_diffn(const struct mp_chmap *a, const struct mp_chmap *b);
-bool mp_chmap_contains(const struct mp_chmap *a, const struct mp_chmap *b);
-
char *mp_chmap_to_str_buf(char *buf, size_t buf_size, const struct mp_chmap *src);
#define mp_chmap_to_str(m) mp_chmap_to_str_buf((char[64]){0}, 64, (m))