mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 04:17:05 +00:00
avformat/dvbsub: increase probe score
Ive not found a single false positive after some moderate testing with probetest Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b0826b8324
commit
d02d4d0457
@ -60,7 +60,7 @@ static int dvbsub_probe(AVProbeData *p)
|
||||
}
|
||||
|
||||
if (max_score > 5)
|
||||
return AVPROBE_SCORE_EXTENSION/2;
|
||||
return AVPROBE_SCORE_EXTENSION;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user