Function av_timecode_make_mpeg_tc_string
pub unsafe extern "C" fn av_timecode_make_mpeg_tc_string(
buf: *mut i8,
tc25bit: u32,
) -> *mut i8
Expand description
Get the timecode string from the 25-bit timecode format (MPEG GOP format).
@param buf destination buffer, must be at least AV_TIMECODE_STR_SIZE long @param tc25bit the 25-bits timecode @return the buf parameter