[SCM] libav/experimental: add weird first atom to probe, finally fix bartjones.mov

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:15:55 UTC 2013


The following commit has been merged in the experimental branch:
commit da00a1bdf44eb27e5b07f1b173c0721e195f25d1
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Wed Feb 27 12:24:27 2008 +0000

    add weird first atom to probe, finally fix bartjones.mov
    
    Originally committed as revision 12265 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 1d666dd..0b3c0a4 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1361,6 +1361,7 @@ static int mov_probe(AVProbeData *p)
         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' ):

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list