Home
last modified time | relevance | path

Searched refs:black_end (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_blackdetect.c39 int64_t black_end; ///< pts end time of the last black picture member
141 if ((s->black_end - s->black_start) >= s->black_min_duration) { in check_black_end()
145 av_ts2timestr(s->black_end, &s->time_base), in check_black_end()
146 av_ts2timestr(s->black_end - s->black_start, &s->time_base)); in check_black_end()
219 s->black_end = picref->pts; in filter_frame()
222 av_ts2timestr(s->black_end, &s->time_base), 0); in filter_frame()
238 s->black_end = s->last_picref_pts; in uninit()
/third_party/ffmpeg/doc/
Dfilters.texi7281 after the black segment ends with key @code{lavfi.black_end}. The