Searched refs:last_mux_dts (Results 1 – 3 of 3) sorted by relevance
467 int64_t last_mux_dts; member
820 pkt->dts = pkt->pts + pkt->dts + ost->last_mux_dts + 1 in write_packet()821 - FFMIN3(pkt->pts, pkt->dts, ost->last_mux_dts + 1) in write_packet()822 - FFMAX3(pkt->pts, pkt->dts, ost->last_mux_dts + 1); in write_packet()827 ost->last_mux_dts != AV_NOPTS_VALUE) { in write_packet()828 int64_t max = ost->last_mux_dts + !(s->oformat->flags & AVFMT_TS_NONSTRICT); in write_packet()835 ost->file_index, ost->st->index, ost->last_mux_dts, pkt->dts); in write_packet()849 ost->last_mux_dts = pkt->dts; in write_packet()
1601 ost->last_mux_dts = AV_NOPTS_VALUE; in new_output_stream()