Quoting Marton Balint (2023-12-06 09:22:19) > +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);
Might want to add a flags argument for future extensions. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
