pub unsafe extern "C" fn avpriv_dict_set_timestamp(
dict: *mut *mut AVDictionary,
key: *const c_char,
timestamp: i64,
) -> c_intExpand description
Set a dictionary value to an ISO-8601 compliant timestamp string.
@param s AVFormatContext @param key metadata key @param timestamp unix timestamp in microseconds @return <0 on error