mirror of https://github.com/mpv-player/mpv
chmap_sel: remove outdated incomplete comment
This commit is contained in:
parent
3b3170aedb
commit
e0a7e094bc
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue