[FFmpeg-devel] [PATCH v3 6/7] avutil/imgutils: add new function av_image_fill_color()

Marton Balint cus at passwd.hu
Tue Dec 12 20:45:52 EET 2023



On Tue, 12 Dec 2023, Stefano Sabatini wrote:

> On date Saturday 2023-12-09 20:25:07 +0100, Marton Balint wrote:
>> v3: added flags argument.
>>
>> Signed-off-by: Marton Balint <cus at passwd.hu>
>> ---
>>  doc/APIchanges       |  3 +++
>>  libavutil/imgutils.c |  6 +++---
>>  libavutil/imgutils.h | 31 +++++++++++++++++++++++++++++++
>>  libavutil/version.h  |  2 +-
>>  4 files changed, 38 insertions(+), 4 deletions(-)
>>

[...]

>> +int av_image_fill_color(uint8_t * const dst_data[4], const ptrdiff_t dst_linesize[4],
>> +                        enum AVPixelFormat pix_fmt, const uint32_t color[4],
>> +                        int width, int height, int flags);
>
>> +
>> +
>
> ni+++: drop the duplicated empty line
>

Ok, will apply patches 1-6 with that fixed.

Thanks,
Marton


More information about the ffmpeg-devel mailing list