Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h200 SpecifierOpt *copy_initial_nonkeyframes; member
536 int copy_initial_nonkeyframes; member
Dffmpeg_opt.c1892 MATCH_PER_STREAM_OPT(copy_initial_nonkeyframes, i, ost->copy_initial_nonkeyframes, oc ,st); in new_video_stream()
2020 MATCH_PER_STREAM_OPT(copy_initial_nonkeyframes, i, ost->copy_initial_nonkeyframes, oc, st); in new_subtitle_stream()
3550 … OPT_OUTPUT, { .off = OFFSET(copy_initial_nonkeyframes) },
Dffmpeg.c2068 !ost->copy_initial_nonkeyframes) in do_streamcopy()