mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Revert "avformat/img2dec: reduce bmppipe probe score"
This seems not needed anymore This reverts commit 321c3cd1a97b9307760c3ebb175296590c382eca. Found-by: carl
This commit is contained in:
parent
d225b0f7aa
commit
97cb9b6cbb
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user