Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Doptions_table.h71 {"fpsprobesize", "number of frames used to probe fps", OFFSET(fps_probe_size), AV_OPT_TYPE_INT, {.i…
Davformat.h1496 int fps_probe_size; member
Dutils.c3790 if (ic->fps_probe_size >= 0)
3791 fps_analyze_framecount = ic->fps_probe_size;
/third_party/ffmpeg/doc/
DAPIchanges2548 Add fps_probe_size to AVFormatContext.