comparison mov.c @ 2039:5dd45d0a5340 libavformat

add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov
author bcoudurier
date Wed, 25 Apr 2007 15:57:15 +0000
parents 4464239eddbb
children 27f583883ab4
comparison
equal deleted inserted replaced
2038:f9861524ff86 2039:5dd45d0a5340
1253 case MKTAG( 'm', 'd', 'a', 't' ): 1253 case MKTAG( 'm', 'd', 'a', 't' ):
1254 case MKTAG( 'p', 'n', 'o', 't' ): /* detect movs with preview pics like ew.mov and april.mov */ 1254 case MKTAG( 'p', 'n', 'o', 't' ): /* detect movs with preview pics like ew.mov and april.mov */
1255 case MKTAG( 'u', 'd', 't', 'a' ): /* Packet Video PVAuthor adds this and a lot of more junk */ 1255 case MKTAG( 'u', 'd', 't', 'a' ): /* Packet Video PVAuthor adds this and a lot of more junk */
1256 return AVPROBE_SCORE_MAX; 1256 return AVPROBE_SCORE_MAX;
1257 /* those are more common words, so rate then a bit less */ 1257 /* those are more common words, so rate then a bit less */
1258 case MKTAG( 'e', 'd', 'i', 'w' ): /* xdcam files have reverted first tags */
1258 case MKTAG( 'w', 'i', 'd', 'e' ): 1259 case MKTAG( 'w', 'i', 'd', 'e' ):
1259 case MKTAG( 'f', 'r', 'e', 'e' ): 1260 case MKTAG( 'f', 'r', 'e', 'e' ):
1260 case MKTAG( 'j', 'u', 'n', 'k' ): 1261 case MKTAG( 'j', 'u', 'n', 'k' ):
1261 case MKTAG( 'p', 'i', 'c', 't' ): 1262 case MKTAG( 'p', 'i', 'c', 't' ):
1262 return AVPROBE_SCORE_MAX - 5; 1263 return AVPROBE_SCORE_MAX - 5;