pub unsafe extern "C" fn av_pix_fmt_count_planes(
pix_fmt: AVPixelFormat,
) -> c_intExpand description
@return number of planes in pix_fmt, a negative AVERROR if pix_fmt is not a valid pixel format.
pub unsafe extern "C" fn av_pix_fmt_count_planes(
pix_fmt: AVPixelFormat,
) -> c_int@return number of planes in pix_fmt, a negative AVERROR if pix_fmt is not a valid pixel format.