av_image_copy

Copy image in src_data to dst_data.

@param dst_linesizes linesizes for the image in dst_data @param src_linesizes linesizes for the image in src_data

extern (C) @nogc nothrow
void
av_image_copy
(
ref ubyte*[4] dst_data
,
ref int[4] dst_linesizes
,
ref const(ubyte)*[4] src_data
,
ref const(int)[4] src_linesizes
,,
int width
,
int height
)

Meta