demux_lavf: reject format probe matches with low score
commitc0724413fda1152cf422c23f062ed4f4f4088c42
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Fri, 21 Jan 2011 20:52:15 +0000 (21 22:52 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Fri, 21 Jan 2011 20:52:15 +0000 (21 22:52 +0200)
tree0e86c4eac89a3eb899f052effdf3059d34858110
parent37b756bb70441a42b85aeb075a096fb02b560ab2
demux_lavf: reject format probe matches with low score

When trying to determine the format of an input stream, demux_lavf
retries the probe with a larger buffer size up to some limit if the
match score is low, but when reaching the size limit it accepted the
best match (if any) regardless of its score. Change it to require a
score of at least AVPROBE_SCORE_MAX/4 to accept a match at all.
libmpdemux/demux_lavf.c