probe files starting with the 1SNh tag

Originally committed as revision 10861 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-10-25 21:17:39 +00:00
parent 94e8c227ba
commit 97e6ee2064

View File

@ -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;