On Mon, Dec 02, 2019 at 15:29:37 +0800, hwren wrote:
> - int plane, hIdx, wIdx;
> - for (plane = 0; plane < 3; plane++) {
[...]
> + for (plane = 0; plane < 3; ++plane) {
ffmpeg prefers the plane++ syntax style. Same further below.
Thanks,
Moritz