Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h202 SpecifierOpt *copy_prior_start; member
537 int copy_prior_start; member
Dffmpeg_opt.c1545 ost->copy_prior_start = -1; in new_output_stream()
1546 MATCH_PER_STREAM_OPT(copy_prior_start, i, ost->copy_prior_start, oc ,st); in new_output_stream()
3552 …, OPT_INT | HAS_ARG | OPT_EXPERT | OPT_SPEC | OPT_OUTPUT, { .off = OFFSET(copy_prior_start) },
Dffmpeg.c2071 if (!ost->frame_number && !ost->copy_prior_start) { in do_streamcopy()