Lines Matching defs:pts
240 * @param pts the pts field of the decoded AVPacket, as passed through
241 * AVFrame.pts
248 int64_t pts = AV_NOPTS_VALUE;
264 pts = reordered_pts;
266 pts = dts;
268 return pts;
393 if(frame->pts!=AV_NOPTS_VALUE)
394 frame->pts += diff_ts;
492 pkt->pts = AV_NOPTS_VALUE;
496 avci->last_pkt_props->pts = AV_NOPTS_VALUE;
549 frame->pts,
717 av_log(avctx, AV_LOG_INFO, "dropped changed frame #%d pts %"PRId64
719 avctx->frame_number, frame->pts,
732 sub->pts = AV_NOPTS_VALUE;
844 if (avctx->pkt_timebase.num && avpkt->pts != AV_NOPTS_VALUE)
845 sub->pts = av_rescale_q(avpkt->pts,
1268 frame->pts = pkt->pts;