]> git.sesse.net Git - ffmpeg/commitdiff
add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Wed, 25 Apr 2007 15:57:15 +0000 (15:57 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Wed, 25 Apr 2007 15:57:15 +0000 (15:57 +0000)
Originally committed as revision 8811 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/mov.c

index 0dd8824e62dd251723dd22828fac61cd41502deb..e8482b05ae03d5406d95a212e0b789d8ece9700c 100644 (file)
@@ -1255,6 +1255,7 @@ static int mov_probe(AVProbeData *p)
         case MKTAG( 'u', 'd', 't', 'a' ): /* Packet Video PVAuthor adds this and a lot of more junk */
             return AVPROBE_SCORE_MAX;
         /* those are more common words, so rate then a bit less */
+        case MKTAG( 'e', 'd', 'i', 'w' ): /* xdcam files have reverted first tags */
         case MKTAG( 'w', 'i', 'd', 'e' ):
         case MKTAG( 'f', 'r', 'e', 'e' ):
         case MKTAG( 'j', 'u', 'n', 'k' ):