mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avformat/bintext: Reduce detection for random .bin files as it more likely is not a multimedia related file
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
1083808c48
commit
919e37377a
@ -163,7 +163,7 @@ static int bin_probe(AVProbeData *p)
|
||||
|
||||
if (par.width * par.height * 2 / (8*16) == p->buf_size)
|
||||
return AVPROBE_SCORE_MAX / 2;
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (sauce)
|
||||
|
Loading…
Reference in New Issue
Block a user