summaryrefslogtreecommitdiff
path: root/libavformat/avr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avr.c')
-rw-r--r--libavformat/avr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avr.c b/libavformat/avr.c
index 473136ec3c..e03f1a46f7 100644
--- a/libavformat/avr.c
+++ b/libavformat/avr.c
@@ -27,7 +27,7 @@
static int avr_probe(AVProbeData *p)
{
if (AV_RL32(p->buf) == MKTAG('2', 'B', 'I', 'T'))
- return AVPROBE_SCORE_MAX / 2;
+ return AVPROBE_SCORE_EXTENSION;
return 0;
}