Home
last modified time | relevance | path

Searched refs:last_mux_dts (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/fftools/
H A Dffmpeg_mux.c122 pkt->dts = pkt->pts + pkt->dts + ost->last_mux_dts + 1 in of_write_packet()
123 - FFMIN3(pkt->pts, pkt->dts, ost->last_mux_dts + 1) in of_write_packet()
124 - FFMAX3(pkt->pts, pkt->dts, ost->last_mux_dts + 1); in of_write_packet()
128 ost->last_mux_dts != AV_NOPTS_VALUE) { in of_write_packet()
129 int64_t max = ost->last_mux_dts + !(s->oformat->flags & AVFMT_TS_NONSTRICT); in of_write_packet()
136 ost->file_index, ost->st->index, ost->last_mux_dts, pkt->dts); in of_write_packet()
150 ost->last_mux_dts = pkt->dts; in of_write_packet()
H A Dffmpeg.h472 int64_t last_mux_dts; member
H A Dffmpeg.c3496 int64_t opts = ost->last_mux_dts == AV_NOPTS_VALUE ? INT64_MIN : in choose_output()
3497 av_rescale_q(ost->last_mux_dts, ost->st->time_base, in choose_output()
3499 if (ost->last_mux_dts == AV_NOPTS_VALUE) in choose_output()
H A Dffmpeg_opt.c1710 ost->last_mux_dts = AV_NOPTS_VALUE; in new_output_stream()

Completed in 14 milliseconds