提交 7b769764 编写于 作者: M Michael Niedermayer

avformat/rsd: increase probe score, as misdetections are fixed

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 50a3c4c5
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册