pub unsafe extern "C" fn ff_parse_time_base(
ret: *mut AVRational,
arg: *const c_char,
log_ctx: *mut c_void,
) -> c_int
Expand description
Parse a time base.
@param ret unsigned AVRational 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