Skip to content
Snippets Groups Projects
Commit 97e6ee20 authored by Aurelien Jacobs's avatar Aurelien Jacobs
Browse files

probe files starting with the 1SNh tag

Originally committed as revision 10861 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 94e8c227
No related branches found
No related tags found
No related merge requests found
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment