Mercurial > libavformat.hg
changeset 3224:0546606089c6 libavformat
Fix probe for mov00003.mqv.
author | michael |
---|---|
date | Tue, 15 Apr 2008 12:25:03 +0000 |
parents | 4a2ac786dd57 |
children | d7ddbfc4aea9 |
files | mov.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Tue Apr 15 11:50:37 2008 +0000 +++ b/mov.c Tue Apr 15 12:25:03 2008 +0000 @@ -1682,6 +1682,7 @@ 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;