On 1/27/19, Carl Eugen Hoyos <[email protected]> wrote: > 2019-01-27 13:55 GMT+01:00, Paul B Mahol <[email protected]>: > >> + frame->data[0][frame->linesize[0] * (h - j) + 3 * k + >> 0] = color[0]; >> + frame->data[0][frame->linesize[0] * (h - j) + 3 * k + >> 1] = color[1]; >> + frame->data[0][frame->linesize[0] * (h - j) + 3 * k + >> 2] = color[2]; > > Isn't this AV_Wx24()? > > Carl Eugen > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel >
I do not do micro optimizations. _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
