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)
|
if (max_score > 5)
|
||||||
return AVPROBE_SCORE_EXTENSION/2;
|
return AVPROBE_SCORE_EXTENSION;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user