Home
last modified time | relevance | path

Searched refs:av_probe_input_buffer (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dformat.c312 int av_probe_input_buffer(AVIOContext *pb, ff_const59 AVInputFormat **fmt, in av_probe_input_buffer() function
Davformat.h2203 int av_probe_input_buffer(AVIOContext *pb, ff_const59 AVInputFormat **fmt,
Dhls.c1996 ret = av_probe_input_buffer(&pls->pb, &in_fmt, url, NULL, 0, 0); in hls_read_header()
Ddashdec.c1919 ret = av_probe_input_buffer(&pls->pb, &in_fmt, "", NULL, 0, 0); in reopen_demux_for_component()
/third_party/ffmpeg/doc/
DAPIchanges2738 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