Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c287 …double max_frame_duration; // maximum duration of a frame - above this, we consider the jump … member
1540 if (!isnan(diff) && fabs(diff) < is->max_frame_duration) { in compute_target_delay()
1559 if (isnan(duration) || duration <= 0 || duration > is->max_frame_duration) in vp_duration()
2841 is->max_frame_duration = (ic->iformat->flags & AVFMT_TS_DISCONT) ? 10.0 : 3600.0; in read_thread()