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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsegment.c90 char *times_str; ///< segment times specification string member in struct:__anon3629
367 const char *times_str)
371 char *times_str1 = av_strdup(times_str);
398 times_str);
405 "Invalid time duration specification '%s' in times list %s\n", tstr, times_str);
570 if (!!seg->time_str + !!seg->times_str + !!seg->frames_str > 1) {
577 if (seg->times_str) {
578 if ((ret = parse_times(s, &seg->times, &seg->nb_times, seg->times_str)) < 0)
830 { "segment_times", "set segment split time points", OFFSET(times_str),AV_OPT_TYPE_STRING,{.str = NULL}, 0, 0, E },
366 parse_times(void *log_ctx, int64_t **times, int *nb_times, const char *times_str) argument

Completed in 56 milliseconds