Originally committed as revision 7404 to svn://svn.ffmpeg.org/ffmpeg/trunk
return 0;
/* there's no real header in a .seq file, the only thing they have in common */
return 0;
/* there's no real header in a .seq file, the only thing they have in common */
if (p->buf[i] != 0)
return 0;
if (p->buf[i] != 0)
return 0;
+ if(p->buf[256]==0 && p->buf[257]==0)
+ return 0;
+
/* only one fourth of the score since the previous check is too naive */
return AVPROBE_SCORE_MAX / 4;
}
/* only one fourth of the score since the previous check is too naive */
return AVPROBE_SCORE_MAX / 4;
}