MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / av_probe_input_buffer

Function av_probe_input_buffer

libavformat/format.c:348–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348int av_probe_input_buffer(AVIOContext *pb, const AVInputFormat **fmt,
349 const char *filename, void *logctx,
350 unsigned int offset, unsigned int max_probe_size)
351{
352 int ret = av_probe_input_buffer2(pb, fmt, filename, logctx, offset, max_probe_size);
353 return ret < 0 ? ret : 0;
354}

Callers 2

hls_read_headerFunction · 0.85

Calls 1

av_probe_input_buffer2Function · 0.85

Tested by

no test coverage detected