Searched refs:shortest_end (Results 1 – 3 of 3) sorted by relevance
236 ic->internal->shortest_end = AV_NOPTS_VALUE; in avformat_alloc_context()
995 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)
130 int64_t shortest_end; member