[FFmpeg-devel] [PATCH 2/5] lavc/libxavs2.c: avoid recomputations of pointers in xavs2_copy_frame* functions

Moritz Barsnick barsnick at gmx.net
Mon Dec 2 14:50:32 EET 2019


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


More information about the ffmpeg-devel mailing list