Searched refs:copy_initial_nonkeyframes (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | ffmpeg.h | 200 SpecifierOpt *copy_initial_nonkeyframes; member 536 int copy_initial_nonkeyframes; member
|
D | ffmpeg_opt.c | 1892 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) },
|
D | ffmpeg.c | 2068 !ost->copy_initial_nonkeyframes) in do_streamcopy()
|