Commit 01ae7b6d authored by bcoudurier's avatar bcoudurier

add weird first atom to probe, finally fix bartjones.mov

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12265 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 17117c1d
...@@ -1361,6 +1361,7 @@ static int mov_probe(AVProbeData *p) ...@@ -1361,6 +1361,7 @@ static int mov_probe(AVProbeData *p)
case MKTAG( 'j', 'u', 'n', 'k' ): case MKTAG( 'j', 'u', 'n', 'k' ):
case MKTAG( 'p', 'i', 'c', 't' ): case MKTAG( 'p', 'i', 'c', 't' ):
return AVPROBE_SCORE_MAX - 5; return AVPROBE_SCORE_MAX - 5;
case MKTAG(0x82,0x82,0x7f,0x7d ):
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' ): case MKTAG( 'u', 'u', 'i', 'd' ):
......
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