Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h617 extern int copy_ts;
Dffmpeg_filter.c827 if (copy_ts) { in configure_input_video_filter()
940 if (copy_ts) { in configure_input_audio_filter()
Dffmpeg.c1208 if (format_video_sync == VSYNC_CFR && copy_ts) { in do_video_out()
1815 if (copy_ts) { in print_report()
2073 if (copy_ts && f->start_time != AV_NOPTS_VALUE) in do_streamcopy()
2089 if (f->start_time != AV_NOPTS_VALUE && copy_ts) in do_streamcopy()
4347 int disable_discontinuity_correction = copy_ts; in process_input()
4523 pkt_dts != AV_NOPTS_VALUE && ist->next_dts == AV_NOPTS_VALUE && !copy_ts in process_input()
4550 if (copy_ts && pkt_dts != AV_NOPTS_VALUE && ist->next_dts != AV_NOPTS_VALUE && in process_input()
Dffmpeg_opt.c163 int copy_ts = 0; variable
1276 …f->ts_offset = o->input_ts_offset - (copy_ts ? (start_at_zero && ic->start_time != AV_NOPTS_VALUE… in open_input_file()
3526 { "copyts", OPT_BOOL | OPT_EXPERT, { &copy_ts },