chmap_sel: remove outdated incomplete comment

This commit is contained in:
wm4 2015-06-27 11:13:12 +02:00
parent 3b3170aedb
commit e0a7e094bc
1 changed files with 0 additions and 3 deletions

View File

@ -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++) {