OSDN Git Service

probe files starting with the 1SNh tag
authorAurelien Jacobs <aurel@gnuage.org>
Thu, 25 Oct 2007 21:17:39 +0000 (21:17 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Thu, 25 Oct 2007 21:17:39 +0000 (21:17 +0000)
Originally committed as revision 10861 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/electronicarts.c

index c4bc226..a429c69 100644 (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;