Home
last modified time | relevance | path

Searched refs:times_str (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dsegment.c99 char *times_str; ///< segment times specification string member
460 const char *times_str) in parse_times()
464 char *times_str1 = av_strdup(times_str); in parse_times()
491 times_str); in parse_times()
498 "Invalid time duration specification '%s' in times list %s\n", tstr, times_str); in parse_times()
694 if ((seg->time != 2000000) + !!seg->times_str + !!seg->frames_str > 1) { in seg_init()
701 if (seg->times_str) { in seg_init()
702 if ((ret = parse_times(s, &seg->times, &seg->nb_times, seg->times_str)) < 0) in seg_init()
1036 { "segment_times", "set segment split time points", OFFSET(times_str),AV_OPT_TYPE_STRING,{.str = NULL}, 0, 0, E },
459 parse_times(void *log_ctx, int64_t **times, int *nb_times, const char *times_str) parse_times() argument

Completed in 3 milliseconds