Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmux.c628 int use_pts = si->avoid_negative_ts_use_pts; in handle_avoid_negative_ts() local
629 int64_t ts = use_pts ? pkt->pts : pkt->dts; in handle_avoid_negative_ts()
640 int64_t cmp_ts = use_pts ? pktl->pkt.pts : pktl->pkt.dts; in handle_avoid_negative_ts()