Searched refs:av_probe_input_buffer (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | format.c | 319 int av_probe_input_buffer(AVIOContext *pb, const AVInputFormat **fmt, in av_probe_input_buffer() function
|
H A D | avformat.h | 2107 int av_probe_input_buffer(AVIOContext *pb, const AVInputFormat **fmt,
|
H A D | dashdec.c | 1891 ret = av_probe_input_buffer(&pls->pb.pub, &in_fmt, "", NULL, 0, 0); in reopen_demux_for_component()
|
H A D | hls.c | 2104 ret = av_probe_input_buffer(&pls->pb.pub, &in_fmt, url, NULL, 0, 0); in hls_read_header()
|
Completed in 12 milliseconds