Searched refs:mux_timebase (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 806 ost->mux_timebase); in write_packet() 810 av_packet_rescale_ts(pkt, ost->mux_timebase, ost->st->time_base); in write_packet() 1044 av_packet_rescale_ts(pkt, enc->time_base, ost->mux_timebase); in do_audio_out() 1130 pkt->pts = av_rescale_q(sub->pts, AV_TIME_BASE_Q, ost->mux_timebase); in do_subtitle_out() 1131 … pkt->duration = av_rescale_q(sub->end_display_time, (AVRational){ 1, 1000 }, ost->mux_timebase); in do_subtitle_out() 1136 … pkt->pts += av_rescale_q(sub->start_display_time, (AVRational){ 1, 1000 }, ost->mux_timebase); in do_subtitle_out() 1138 … pkt->pts += av_rescale_q(sub->end_display_time, (AVRational){ 1, 1000 }, ost->mux_timebase); in do_subtitle_out() 1392 av_packet_rescale_ts(pkt, enc->time_base, ost->mux_timebase); in do_video_out() 1397 av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &ost->mux_timebase), in do_video_out() 1398 av_ts2str(pkt->dts), av_ts2timestr(pkt->dts, &ost->mux_timebase)); in do_video_out() [all …]
|
D | ffmpeg.h | 469 AVRational mux_timebase; member
|