mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Fix probe for mov00003.mqv.
Originally committed as revision 12833 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0c73985444
commit
7344dac4ad
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user