diff electronicarts.c @ 2675:43ca0db0aa92 libavformat

probe files starting with the 1SNh tag
author aurel
date Thu, 25 Oct 2007 21:17:39 +0000
parents feb0352f07e5
children 1774032af3e6
line wrap: on
line diff
--- a/electronicarts.c	Thu Oct 25 21:10:18 2007 +0000
+++ b/electronicarts.c	Thu Oct 25 21:17:39 2007 +0000
@@ -281,6 +281,7 @@
 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;