lummax a84b30b3f0 codec/audio: fix ChannelLayoutIter.best()
Somehow the condition `cur.channels() > cur.channels()` slipped in which will
always be `false`. The correct condition is `cur.channels() > acc.channels()`.
2015-09-12 09:24:26 +02:00
2015-05-07 04:31:52 +02:00
Description
No description provided
WTFPL 1.1 MiB
Languages
Rust 100%