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

Function av_probe_input_format

libavformat/format.c:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250const AVInputFormat *av_probe_input_format(const AVProbeData *pd, int is_opened)
251{
252 int score = 0;
253 return av_probe_input_format2(pd, is_opened, &score);
254}
255
256int av_probe_input_buffer2(AVIOContext *pb, const AVInputFormat **fmt,
257 const char *filename, void *logctx,

Callers

nothing calls this directly

Calls 1

av_probe_input_format2Function · 0.85

Tested by

no test coverage detected