[FFmpeg-cvslog] r10861 - trunk/libavformat/electronicarts.c
aurel
subversion
Thu Oct 25 23:17:39 CEST 2007
Author: aurel
Date: Thu Oct 25 23:17:39 2007
New Revision: 10861
Log:
probe files starting with the 1SNh tag
Modified:
trunk/libavformat/electronicarts.c
Modified: trunk/libavformat/electronicarts.c
==============================================================================
--- trunk/libavformat/electronicarts.c (original)
+++ trunk/libavformat/electronicarts.c Thu Oct 25 23:17:39 2007
@@ -281,6 +281,7 @@ static int process_ea_header(AVFormatCon
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;
More information about the ffmpeg-cvslog
mailing list