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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
