mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +00:00
Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gmail DOT com>"
Originally committed as revision 4068 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8272de4ea2
commit
0d23cb8439
@ -1712,6 +1712,7 @@ static int mov_probe(AVProbeData *p)
|
||||
return AVPROBE_SCORE_MAX - 5;
|
||||
case MKTAG( 'f', 't', 'y', 'p' ):
|
||||
case MKTAG( 's', 'k', 'i', 'p' ):
|
||||
case MKTAG( 'u', 'u', 'i', 'd' ):
|
||||
offset = to_be32(p->buf+offset) + offset;
|
||||
/* if we only find those cause probedata is too small at least rate them */
|
||||
score = AVPROBE_SCORE_MAX - 50;
|
||||
|
Loading…
Reference in New Issue
Block a user