Home
last modified time | relevance | path

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

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