summaryrefslogtreecommitdiffstats
path: root/audio/chmap.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-08 19:31:54 +0200
committerwm4 <wm4@nowhere>2015-05-08 19:33:08 +0200
commitd32b71d52e9a45c141d2bd132189db68613ab0fb (patch)
tree0b0770ba92fd14d1b7a4b497a27cf9ddc44f6726 /audio/chmap.h
parent5142b0e3f3e2cefc5564122db5a0c4a31bc805b4 (diff)
downloadmpv-d32b71d52e9a45c141d2bd132189db68613ab0fb.tar.bz2
mpv-d32b71d52e9a45c141d2bd132189db68613ab0fb.tar.xz
audio: add chmap utility function
Diffstat (limited to 'audio/chmap.h')
-rw-r--r--audio/chmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/chmap.h b/audio/chmap.h
index d4cdc3ea85..fb3c118bf2 100644
--- a/audio/chmap.h
+++ b/audio/chmap.h
@@ -125,6 +125,7 @@ void mp_chmap_get_reorder(int src[MP_NUM_CHANNELS], const struct mp_chmap *from,
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);