Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibwebpenc_animencoder.c37 int64_t first_frame_pts; // pts of the first encoded frame. member
53 s->first_frame_pts = AV_NOPTS_VALUE; in libwebp_anim_encode_init()
80 pkt->pts = pkt->dts = s->first_frame_pts; in libwebp_anim_encode_frame()
111 s->first_frame_pts = frame->pts; in libwebp_anim_encode_frame()

Completed in 2 milliseconds