summaryrefslogtreecommitdiffstats
path: root/audio/chmap.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-07 15:22:30 +0100
committerwm4 <wm4@nowhere>2015-11-07 15:22:30 +0100
commit2dc18a2f82ad2f2a7fa1d97978cab9fc58d7a450 (patch)
tree38455a226e521f23db837b046ae6ff2ce04965c8 /audio/chmap.h
parenta7f51f8fd48df7f04f47b515180338f8b9b78fed (diff)
downloadmpv-2dc18a2f82ad2f2a7fa1d97978cab9fc58d7a450.tar.bz2
mpv-2dc18a2f82ad2f2a7fa1d97978cab9fc58d7a450.tar.xz
chmap: remove MPlayer layouts
Unused; last uses removed with the previous two commits.
Diffstat (limited to 'audio/chmap.h')
-rw-r--r--audio/chmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/chmap.h b/audio/chmap.h
index 77769ec3ff..b32c63b6fc 100644
--- a/audio/chmap.h
+++ b/audio/chmap.h
@@ -108,7 +108,6 @@ void mp_chmap_fill_na(struct mp_chmap *map, int num);
void mp_chmap_from_channels(struct mp_chmap *dst, int num_channels);
void mp_chmap_set_unknown(struct mp_chmap *dst, int num_channels);
-void mp_chmap_from_channels_alsa(struct mp_chmap *dst, int num_channels);
void mp_chmap_remove_useless_channels(struct mp_chmap *map,
const struct mp_chmap *requested);