AVInputFormat.read_probe

Tell if a given file has a chance of being parsed as this format. The buffer provided is guaranteed to be AVPROBE_PADDING_SIZE bytes big so you do not have to check for that unless you need more.

struct AVInputFormat
int function(AVProbeData*) read_probe;

Meta