Home
last modified time | relevance | path

Searched refs:shortest_end (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Doptions.c236 ic->internal->shortest_end = AV_NOPTS_VALUE; in avformat_alloc_context()
Dmux.c995 s->internal->shortest_end == AV_NOPTS_VALUE) {
998 s->internal->shortest_end = av_rescale_q(top_pkt->dts,
1003 if (s->internal->shortest_end != AV_NOPTS_VALUE) {
1011 if (s->internal->shortest_end + 1 >= top_dts)
Dinternal.h130 int64_t shortest_end; member