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 <c...@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
_______________________________________________
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".

Reply via email to