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 ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".