Function av_timecode_init_from_string
pub unsafe extern "C" fn av_timecode_init_from_string(
tc: *mut AVTimecode,
rate: AVRational,
str_: *const i8,
log_ctx: *mut c_void,
) -> i32
Expand description
Parse timecode representation (hh:mm:ss[:;.]ff).
@param tc pointer to an allocated AVTimecode @param rate frame rate in rational form @param str timecode string which will determine the frame start @param log_ctx a pointer to an arbitrary struct of which the first field is a pointer to an AVClass struct (used for av_log). @return 0 on success, AVERROR otherwise