av_write_image_line2

Write the values from src to the pixel format component c of an image line.

@param src array containing the values to write @param data the array containing the pointers to the planes of the image to write into. It is supposed to be zeroed. @param linesize the array containing the linesizes of the image @param desc the pixel format descriptor for the image @param x the horizontal coordinate of the first pixel to write @param y the vertical coordinate of the first pixel to write @param w the width of the line to write, that is the number of values to write to the image line @param src_element_size size of elements in src array (2 or 4 byte)

extern (C) @nogc nothrow
void
av_write_image_line2
(
const(void)* src
,
ref ubyte*[4] data
,
ref const(int)[4] linesize
,,
int x
,
int y
,
int c
,
int w
,)

Meta