Commit 0d344fef authored by aurel's avatar aurel

probe files starting with the 1SNh tag

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10861 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0ff52f17
...@@ -281,6 +281,7 @@ static int process_ea_header(AVFormatContext *s) { ...@@ -281,6 +281,7 @@ static int process_ea_header(AVFormatContext *s) {
static int ea_probe(AVProbeData *p) static int ea_probe(AVProbeData *p)
{ {
switch (AV_RL32(&p->buf[0])) { switch (AV_RL32(&p->buf[0])) {
case ISNh_TAG:
case SCHl_TAG: case SCHl_TAG:
case MVhd_TAG: case MVhd_TAG:
return AVPROBE_SCORE_MAX; return AVPROBE_SCORE_MAX;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment