Searched refs:max_frame_duration (Results 1 – 1 of 1) sorted by relevance
287 …double max_frame_duration; // maximum duration of a frame - above this, we consider the jump … member1540 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()