summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-06-27 11:13:12 +0200
committerwm4 <wm4@nowhere>2015-06-27 11:13:12 +0200
commite0a7e094bc7fae61f1e9086f71a7b452eae08c50 (patch)
tree3d539a31446200fda16cbeec547fe2ac71ea041a /audio
parent3b3170aedb4c8a9bfa32238f3b580feea22071f8 (diff)
downloadmpv-e0a7e094bc7fae61f1e9086f71a7b452eae08c50.tar.bz2
mpv-e0a7e094bc7fae61f1e9086f71a7b452eae08c50.tar.xz
chmap_sel: remove outdated incomplete comment
Diffstat (limited to 'audio')
-rw-r--r--audio/chmap_sel.c3
1 files changed, 0 insertions, 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++) {