[FFmpeg-cvslog] avformat/dvbsub: increase probe score
Michael Niedermayer
git at videolan.org
Mon Jan 5 17:41:11 CET 2015
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Jan 5 16:28:25 2015 +0100| [d02d4d0457f9657d2b1135dc18c6ce53ca64a742] | committer: Michael Niedermayer
avformat/dvbsub: increase probe score
Ive not found a single false positive after some moderate testing with
probetest
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d02d4d0457f9657d2b1135dc18c6ce53ca64a742
---
libavformat/dvbsub.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/dvbsub.c b/libavformat/dvbsub.c
index b8ee34f..57edc31 100644
--- a/libavformat/dvbsub.c
+++ b/libavformat/dvbsub.c
@@ -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;
}
More information about the ffmpeg-cvslog
mailing list