AVPROBE_SCORE_MIME 187 libavformat/format.c if (AVPROBE_SCORE_MIME > score) { AVPROBE_SCORE_MIME 188 libavformat/format.c av_log(NULL, AV_LOG_DEBUG, "Probing %s score:%d increased to %d due to MIME type\n", fmt1->name, score, AVPROBE_SCORE_MIME); AVPROBE_SCORE_MIME 189 libavformat/format.c score = AVPROBE_SCORE_MIME; AVPROBE_SCORE_MIME 249 libavformat/libopenmpt.c return AVPROBE_SCORE_MIME + 1;