probe files starting with the 1SNh tag

Originally committed as revision 10861 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Aurelien Jacobs 18 years ago
parent 94e8c227ba
commit 97e6ee2064
  1. 1
      libavformat/electronicarts.c

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

Loading…
Cancel
Save