diff --git a/libavformat/mov.c b/libavformat/mov.c index fc040fa161..c4fd248cee 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -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;