Function ffmpeg::ffi::av_image_fill_color

source ยท
pub unsafe extern "C" fn av_image_fill_color(
    dst_data: *const *mut u8,
    dst_linesize: *const isize,
    pix_fmt: c_int,
    color: *const u32,
    width: c_int,
    height: c_int,
    flags: c_int,
) -> c_int