Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dwtvdec.c328 int64_t last_valid_pts; /**< latest valid pts, used for interactive seeking */ member
905 wtv->last_valid_pts = wtv->pts; in parse_chunks()
973 wtv->last_valid_pts = AV_NOPTS_VALUE; in read_header()
1100 if (wtv->last_valid_pts == AV_NOPTS_VALUE || ts < wtv->last_valid_pts) { in read_seek()
1116 wtv->last_valid_pts = wtv->pts; in read_seek()

Completed in 2 milliseconds