提交 3e6b7bbc 编写于 作者: M Michael Niedermayer

avformat/segafilm: check 2nd tag

Fixes probetest failure
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 ff1d81b0
......@@ -69,6 +69,9 @@ static int film_probe(AVProbeData *p)
if (AV_RB32(&p->buf[0]) != FILM_TAG)
return 0;
if (AV_RB32(&p->buf[16]) != FDSC_TAG)
return 0;
return AVPROBE_SCORE_MAX;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册