From: Baptiste Coudurier Date: Wed, 27 Feb 2008 12:24:27 +0000 (+0000) Subject: add weird first atom to probe, finally fix bartjones.mov X-Git-Tag: v0.5~5690 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=da00a1bdf44eb27e5b07f1b173c0721e195f25d1;p=coroid%2Flibav_saccubus.git add weird first atom to probe, finally fix bartjones.mov Originally committed as revision 12265 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/mov.c b/libavformat/mov.c index 1d666dd98..0b3c0a4bc 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1361,6 +1361,7 @@ static int mov_probe(AVProbeData *p) case MKTAG( 'j', 'u', 'n', 'k' ): case MKTAG( 'p', 'i', 'c', 't' ): return AVPROBE_SCORE_MAX - 5; + case MKTAG(0x82,0x82,0x7f,0x7d ): case MKTAG( 'f', 't', 'y', 'p' ): case MKTAG( 's', 'k', 'i', 'p' ): case MKTAG( 'u', 'u', 'i', 'd' ):