diff 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
line wrap: on
line diff
--- a/mov.c	Wed Apr 25 09:01:54 2007 +0000
+++ b/mov.c	Wed Apr 25 15:57:15 2007 +0000
@@ -1255,6 +1255,7 @@
         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' ):