Home
last modified time | relevance | path

Searched refs:AVPROBE_SCORE_MIME (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dformat.c191 if (AVPROBE_SCORE_MIME > score) { in av_probe_input_format3()
192 …, "Probing %s score:%d increased to %d due to MIME type\n", fmt1->name, score, AVPROBE_SCORE_MIME); in av_probe_input_format3()
193 score = AVPROBE_SCORE_MIME; in av_probe_input_format3()
Dlibopenmpt.c246 return AVPROBE_SCORE_MIME + 1; in read_probe_openmpt()
Davformat.h464 #define AVPROBE_SCORE_MIME 75 ///< score for file mime type macro