Commit 3d7c75f9 authored by mmu_man's avatar mmu_man

Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gmail DOT com>"


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4068 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 847ba220
...@@ -1712,6 +1712,7 @@ static int mov_probe(AVProbeData *p) ...@@ -1712,6 +1712,7 @@ static int mov_probe(AVProbeData *p)
return AVPROBE_SCORE_MAX - 5; return AVPROBE_SCORE_MAX - 5;
case MKTAG( 'f', 't', 'y', 'p' ): case MKTAG( 'f', 't', 'y', 'p' ):
case MKTAG( 's', 'k', 'i', 'p' ): case MKTAG( 's', 'k', 'i', 'p' ):
case MKTAG( 'u', 'u', 'i', 'd' ):
offset = to_be32(p->buf+offset) + offset; offset = to_be32(p->buf+offset) + offset;
/* if we only find those cause probedata is too small at least rate them */ /* if we only find those cause probedata is too small at least rate them */
score = AVPROBE_SCORE_MAX - 50; score = AVPROBE_SCORE_MAX - 50;
......
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