You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user