[][src]Function stainless_ffmpeg_sys::avpicture_get_size

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

@deprecated use av_image_get_buffer_size() instead.