mirror_ffmpeg_sys

Function av_image_get_buffer_size

Source
pub unsafe extern "C" fn av_image_get_buffer_size(
    pix_fmt: AVPixelFormat,
    width: c_int,
    height: c_int,
    align: c_int,
) -> c_int