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
546 int copy_prior_start; member
Dffmpeg_opt.c1651 ost->copy_prior_start = -1; in new_output_stream()
1652 MATCH_PER_STREAM_OPT(copy_prior_start, i, ost->copy_prior_start, oc ,st); in new_output_stream()
3780 …, OPT_INT | HAS_ARG | OPT_EXPERT | OPT_SPEC | OPT_OUTPUT, { .off = OFFSET(copy_prior_start) },
Dffmpeg.c1830 if (!ost->streamcopy_started && !ost->copy_prior_start) { in do_streamcopy()