Searched refs:format_probesize (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | options_table.h | 40 {"formatprobesize", "number of bytes to probe file format", OFFSET(format_probesize), AV_OPT_TYPE_INT, {.i64 = PROBE_BUF_MAX}, 0, INT_MAX-1, D},
|
H A D | avformat.h | 1391 * @sa format_probesize 1675 int format_probesize; member
|
H A D | demux.c | 165 s, 0, s->format_probesize); in init_input() 182 s, 0, s->format_probesize); in init_input()
|
Completed in 8 milliseconds