Searched refs:max_probe_packets (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | options.c | 307 sti->probe_packets = s->max_probe_packets; in avformat_new_stream()
|
H A D | options_table.h | 108 {"max_probe_packets", "Maximum number of packets to probe a codec", OFFSET(max_probe_packets), AV_OPT_TYPE_INT, { .i64 = 2500 }, 0, INT_MAX, D },
|
H A D | avformat.h | 1832 int max_probe_packets; member
|
H A D | seek.c | 738 sti->probe_packets = s->max_probe_packets; in ff_read_frame_flush()
|
H A D | demux.c | 134 pd->buf_size, s->max_probe_packets - sti->probe_packets, in set_codec_from_probe_data()
|
Completed in 18 milliseconds