[][src]Function ffav_sys::av_timecode_make_mpeg_tc_string

pub unsafe extern "C" fn av_timecode_make_mpeg_tc_string(
    buf: *mut c_char,
    tc25bit: u32
) -> *mut c_char

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