Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Df_select.c310 AVDictionaryEntry *duration_entry = av_dict_get(metadata, "lavf.concatdec.duration", NULL, 0); in get_concatdec_select() local
314 if (duration_entry) { in get_concatdec_select()
315 int64_t duration = strtoll(duration_entry->value, NULL, 10); in get_concatdec_select()

Completed in 1 milliseconds