From c30aa2340132e50994cdf168aaba011ecb4f6b0c Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 4 Aug 2016 19:14:35 +0200 Subject: 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. --- audio/chmap.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'audio/chmap.h') 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); -- cgit v1.2.3