提交 97e6ee20 编写于 作者: A Aurelien Jacobs

probe files starting with the 1SNh tag

Originally committed as revision 10861 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 94e8c227
......@@ -281,6 +281,7 @@ static int process_ea_header(AVFormatContext *s) {
static int ea_probe(AVProbeData *p)
{
switch (AV_RL32(&p->buf[0])) {
case ISNh_TAG:
case SCHl_TAG:
case MVhd_TAG:
return AVPROBE_SCORE_MAX;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册