Home
last modified time | relevance | path

Searched refs:fps_probe_size (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doptions_table.h65 {"fpsprobesize", "number of frames used to probe fps", OFFSET(fps_probe_size), AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX-1, D},
H A Davformat.h1487 int fps_probe_size; member
H A Ddemux.c2565 if (ic->fps_probe_size >= 0) in avformat_find_stream_info()
2566 fps_analyze_framecount = ic->fps_probe_size; in avformat_find_stream_info()

Completed in 10 milliseconds