summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/rsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rsd.c b/libavformat/rsd.c
index 7fad3e6bbc..e9d2b79d46 100644
--- a/libavformat/rsd.c
+++ b/libavformat/rsd.c
@@ -49,7 +49,7 @@ static int rsd_probe(AVProbeData *p)
return 1;
if (AV_RL32(p->buf + 16) > 8*48000 || !AV_RL32(p->buf + 16))
return 1;
- return AVPROBE_SCORE_EXTENSION;
+ return AVPROBE_SCORE_MAX;
}
static int rsd_read_header(AVFormatContext *s)