[Ffmpeg-cvslog] r8811 - trunk/libavformat/mov.c

bcoudurier subversion
Wed Apr 25 17:57:15 CEST 2007


Author: bcoudurier
Date: Wed Apr 25 17:57:15 2007
New Revision: 8811

Log:
add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	(original)
+++ trunk/libavformat/mov.c	Wed Apr 25 17:57:15 2007
@@ -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' ):




More information about the ffmpeg-cvslog mailing list