mirror_ffmpeg_sys

Function av_image_copy_plane

Source
pub unsafe extern "C" fn av_image_copy_plane(
    dst: *mut u8,
    dst_linesize: c_int,
    src: *const u8,
    src_linesize: c_int,
    bytewidth: c_int,
    height: c_int,
)