Commit 43ea868f authored by michael's avatar michael

Fix probe for mov00003.mqv.


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