summaryrefslogtreecommitdiffstats
path: root/audio/chmap.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-04 19:14:35 +0200
committerwm4 <wm4@nowhere>2016-08-04 19:14:35 +0200
commitc30aa2340132e50994cdf168aaba011ecb4f6b0c (patch)
treed5f054971c483acc6adf9e93f8014e95ebef80b5 /audio/chmap.h
parentefa9fe8edfb2260359aa468a11c0df521862fb0c (diff)
downloadmpv-c30aa2340132e50994cdf168aaba011ecb4f6b0c.tar.bz2
mpv-c30aa2340132e50994cdf168aaba011ecb4f6b0c.tar.xz
player: remove special-case for DL/DR speakers
Pointless anyway. With superficial checking I couldn't find any decoder which actually outputs this, and AO chmap negotiation would properly ignore them anyway in most cases.
Diffstat (limited to 'audio/chmap.h')
-rw-r--r--audio/chmap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/chmap.h b/audio/chmap.h
index aa9b1c5a10..dff69336d6 100644
--- a/audio/chmap.h
+++ b/audio/chmap.h
@@ -109,9 +109,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_remove_useless_channels(struct mp_chmap *map,
- const struct mp_chmap *requested);
-
uint64_t mp_chmap_to_lavc(const struct mp_chmap *src);
uint64_t mp_chmap_to_lavc_unchecked(const struct mp_chmap *src);
void mp_chmap_from_lavc(struct mp_chmap *dst, uint64_t src);