[FFmpeg-cvslog] r12833 - trunk/libavformat/mov.c
michael
subversion
Tue Apr 15 14:25:03 CEST 2008
Author: michael
Date: Tue Apr 15 14:25:03 2008
New Revision: 12833
Log:
Fix probe for mov00003.mqv.
Modified:
trunk/libavformat/mov.c
Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c (original)
+++ trunk/libavformat/mov.c Tue Apr 15 14:25:03 2008
@@ -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;
More information about the ffmpeg-cvslog
mailing list