pub unsafe extern "C" fn sws_isSupportedOutput(
pix_fmt: AVPixelFormat,
) -> c_intExpand description
Return a positive value if pix_fmt is a supported output format, 0 otherwise.
pub unsafe extern "C" fn sws_isSupportedOutput(
pix_fmt: AVPixelFormat,
) -> c_intReturn a positive value if pix_fmt is a supported output format, 0 otherwise.