Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
H A Dffmpeg.h507 int64_t forced_kf_ref_pts; member
H A Dffmpeg.c1232 if (ost->forced_kf_ref_pts == AV_NOPTS_VALUE && in do_video_out()
1234 ost->forced_kf_ref_pts = in_picture->pts; in do_video_out()
1237 (in_picture->pts - ost->forced_kf_ref_pts) * av_q2d(enc->time_base) : NAN; in do_video_out()
H A Dffmpeg_opt.c1547 ost->forced_kf_ref_pts = AV_NOPTS_VALUE; in new_output_stream()

Completed in 15 milliseconds