Searched refs:av_probe_input_buffer (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | format.c | 312 int av_probe_input_buffer(AVIOContext *pb, ff_const59 AVInputFormat **fmt, in av_probe_input_buffer() function
|
D | avformat.h | 2203 int av_probe_input_buffer(AVIOContext *pb, ff_const59 AVInputFormat **fmt,
|
D | hls.c | 1996 ret = av_probe_input_buffer(&pls->pb, &in_fmt, url, NULL, 0, 0); in hls_read_header()
|
D | dashdec.c | 1919 ret = av_probe_input_buffer(&pls->pb, &in_fmt, "", NULL, 0, 0); in reopen_demux_for_component()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 2738 2011-02-08 - 3940caa - lavf 52.98.0 - av_probe_input_buffer 2739 Add av_probe_input_buffer() to avformat.h for probing format from a
|