Searched refs:forced_kf_ref_pts (Results 1 – 3 of 3) sorted by relevance
499 int64_t forced_kf_ref_pts; member
1313 if (ost->forced_kf_ref_pts == AV_NOPTS_VALUE && in do_video_out()1315 ost->forced_kf_ref_pts = in_picture->pts; in do_video_out()1318 (in_picture->pts - ost->forced_kf_ref_pts) * av_q2d(enc->time_base) : NAN; in do_video_out()
1450 ost->forced_kf_ref_pts = AV_NOPTS_VALUE; in new_output_stream()