Files
ffmpeg-the-third/src
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-09-09 20:25:27 +02:00
2015-09-09 13:48:10 +02:00
2015-06-08 15:53:21 +02:00