Lines Matching defs:dts
776 av_log(s, AV_LOG_DEBUG, "Got packet: pts=%" PRId64 ", dts=%" PRId64
778 ", time_base=" AVRATIONAL_FORMAT "\n", pkt->pts, pkt->dts, pkt->duration,
796 if (pkt->dts != AV_NOPTS_VALUE)
797 pkt->dts += delta_ts;
949 /* set the dts of each stream and temporal offset of each track */
953 int64_t dts;
959 dts = av_rescale(ts,
963 av_log(s, AV_LOG_DEBUG, "Seeking to dts=%" PRId64 " on stream_index=%d\n",
964 dts, i);
966 t->current_timestamp = av_mul_q(av_make_q(dts, 1), st->time_base);