From e0a7e094bc7fae61f1e9086f71a7b452eae08c50 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 27 Jun 2015 11:13:12 +0200 Subject: chmap_sel: remove outdated incomplete comment --- audio/chmap_sel.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/audio/chmap_sel.c b/audio/chmap_sel.c index b0b477cb45..914a3c0da9 100644 --- a/audio/chmap_sel.c +++ b/audio/chmap_sel.c @@ -281,9 +281,6 @@ bool mp_chmap_sel_fallback(const struct mp_chmap_sel *s, struct mp_chmap *map) return true; } - // Add layouts and replaced layouts. Layouts with replacements applied - // are considered equivalent to the original, but the ori - struct mp_chmap best = {0}; for (int n = 0; n < s->num_chmaps; n++) { -- cgit v1.2.3