pub unsafe extern "C" fn avpicture_get_size(
pix_fmt: AVPixelFormat,
width: c_int,
height: c_int,
) -> c_intExpand description
@deprecated use av_image_get_buffer_size() instead.
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.