提交 97cb9b6c 编写于 作者: M Michael Niedermayer

Revert "avformat/img2dec: reduce bmppipe probe score"

This seems not needed anymore

This reverts commit 321c3cd1.

Found-by: carl
上级 d225b0f7
......@@ -585,7 +585,7 @@ static int bmp_probe(AVProbeData *p)
return 0;
if (!AV_RN32(b + 6)) {
return AVPROBE_SCORE_EXTENSION - 1; // lower than extension as bmp pipe has bugs
return AVPROBE_SCORE_EXTENSION + 1;
} else {
return AVPROBE_SCORE_EXTENSION / 4;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册