Home
last modified time | relevance | path

Searched refs:ost_tb_start_time (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.c2057 int64_t ost_tb_start_time = av_rescale_q(start_time, AV_TIME_BASE_Q, ost->mux_timebase); in do_streamcopy() local
2105 … opkt->pts = av_rescale_q(pkt->pts, ist->st->time_base, ost->mux_timebase) - ost_tb_start_time; in do_streamcopy()
2117 opkt->pts = opkt->dts - ost_tb_start_time; in do_streamcopy()
2120 opkt->dts -= ost_tb_start_time; in do_streamcopy()