Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dformat.c191 if (AVPROBE_SCORE_MIME > score) { in av_probe_input_format3()
192 av_log(NULL, AV_LOG_DEBUG, "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()
H A Dlibopenmpt.c246 return AVPROBE_SCORE_MIME + 1; in read_probe_openmpt()
H A Davformat.h464 #define AVPROBE_SCORE_MIME 75 ///< score for file mime type macro

Completed in 5 milliseconds