changeset 3093:c6b13e807700 libavformat

add weird first atom to probe, finally fix bartjones.mov
author bcoudurier
date Wed, 27 Feb 2008 12:24:27 +0000
parents f9cacbd12145
children 18517a0b71f3
files mov.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mov.c	Wed Feb 27 09:31:41 2008 +0000
+++ b/mov.c	Wed Feb 27 12:24:27 2008 +0000
@@ -1361,6 +1361,7 @@
         case MKTAG( 'j', 'u', 'n', 'k' ):
         case MKTAG( 'p', 'i', 'c', 't' ):
             return AVPROBE_SCORE_MAX - 5;
+        case MKTAG(0x82,0x82,0x7f,0x7d ):
         case MKTAG( 'f', 't', 'y', 'p' ):
         case MKTAG( 's', 'k', 'i', 'p' ):
         case MKTAG( 'u', 'u', 'i', 'd' ):