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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h382 int64_t last_mux_dts; member in struct:OutputStream
H A Dffmpeg.c643 ost->last_mux_dts != AV_NOPTS_VALUE) {
644 int64_t max = ost->last_mux_dts + !(s->oformat->flags & AVFMT_TS_NONSTRICT);
649 ost->file_index, ost->st->index, ost->last_mux_dts, pkt->dts);
672 ost->last_mux_dts = pkt->dts;
H A Dffmpeg_opt.c1181 ost->last_mux_dts = AV_NOPTS_VALUE;

Completed in 46 milliseconds