[FFmpeg-cvslog] r12265 - trunk/libavformat/mov.c
bcoudurier
subversion
Wed Feb 27 13:24:27 CET 2008
Author: bcoudurier
Date: Wed Feb 27 13:24:27 2008
New Revision: 12265
Log:
add weird first atom to probe, finally fix bartjones.mov
Modified:
trunk/libavformat/mov.c
Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c (original)
+++ trunk/libavformat/mov.c Wed Feb 27 13:24:27 2008
@@ -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' ):
More information about the ffmpeg-cvslog
mailing list