pub unsafe extern "C" fn ff_parse_pixel_format(
ret: *mut AVPixelFormat,
arg: *const c_char,
log_ctx: *mut c_void,
) -> c_int
Expand description
Parse a pixel format.
@param ret pixel format pointer to where the value should be written @param arg string to parse @param log_ctx log context @return >= 0 in case of success, a negative AVERROR code on error