comparison mov.c @ 3224:0546606089c6 libavformat

Fix probe for mov00003.mqv.
author michael
date Tue, 15 Apr 2008 12:25:03 +0000
parents 204a79a06c9b
children 0b65c21ef10f
comparison
equal deleted inserted replaced
3223:4a2ac786dd57 3224:0546606089c6
1680 return AVPROBE_SCORE_MAX - 5; 1680 return AVPROBE_SCORE_MAX - 5;
1681 case MKTAG(0x82,0x82,0x7f,0x7d ): 1681 case MKTAG(0x82,0x82,0x7f,0x7d ):
1682 case MKTAG( 'f', 't', 'y', 'p' ): 1682 case MKTAG( 'f', 't', 'y', 'p' ):
1683 case MKTAG( 's', 'k', 'i', 'p' ): 1683 case MKTAG( 's', 'k', 'i', 'p' ):
1684 case MKTAG( 'u', 'u', 'i', 'd' ): 1684 case MKTAG( 'u', 'u', 'i', 'd' ):
1685 case MKTAG( 'p', 'r', 'f', 'l' ):
1685 offset = AV_RB32(p->buf+offset) + offset; 1686 offset = AV_RB32(p->buf+offset) + offset;
1686 /* if we only find those cause probedata is too small at least rate them */ 1687 /* if we only find those cause probedata is too small at least rate them */
1687 score = AVPROBE_SCORE_MAX - 50; 1688 score = AVPROBE_SCORE_MAX - 50;
1688 break; 1689 break;
1689 default: 1690 default: