comparison mov.c @ 3588:f217917f4433 libavformat

cosmetics, remove space
author bcoudurier
date Fri, 18 Jul 2008 00:24:31 +0000
parents 7d5480d3989d
children 84584d6d4d77
comparison
equal deleted inserted replaced
3587:7d5480d3989d 3588:f217917f4433
1706 case MKTAG('w','i','d','e'): 1706 case MKTAG('w','i','d','e'):
1707 case MKTAG('f','r','e','e'): 1707 case MKTAG('f','r','e','e'):
1708 case MKTAG('j','u','n','k'): 1708 case MKTAG('j','u','n','k'):
1709 case MKTAG('p','i','c','t'): 1709 case MKTAG('p','i','c','t'):
1710 return AVPROBE_SCORE_MAX - 5; 1710 return AVPROBE_SCORE_MAX - 5;
1711 case MKTAG(0x82,0x82,0x7f,0x7d ): 1711 case MKTAG(0x82,0x82,0x7f,0x7d):
1712 case MKTAG('s','k','i','p'): 1712 case MKTAG('s','k','i','p'):
1713 case MKTAG('u','u','i','d'): 1713 case MKTAG('u','u','i','d'):
1714 case MKTAG('p','r','f','l'): 1714 case MKTAG('p','r','f','l'):
1715 offset = AV_RB32(p->buf+offset) + offset; 1715 offset = AV_RB32(p->buf+offset) + offset;
1716 /* if we only find those cause probedata is too small at least rate them */ 1716 /* if we only find those cause probedata is too small at least rate them */