[SCM] libav/experimental: sn40 avi fourcc decodes with ffodivx

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:41:07 UTC 2013


The following commit has been merged in the experimental branch:
commit 3596f4e076f48905b360e6b6635165de759758b6
Author: Ben Littler <tempn at twmi.rr.com>
Date:   Wed Mar 11 01:36:25 2009 +0000

    sn40 avi fourcc decodes with ffodivx
    
    Originally committed as revision 17928 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 594eb63..f4606d4 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -74,6 +74,7 @@ const AVCodecTag codec_bmp_tags[] = {
     { CODEC_ID_MPEG4,        MKTAG('E', 'P', 'H', 'V') }, /* Ephv MPEG-4 */
     { CODEC_ID_MPEG4,        MKTAG('E', 'M', '4', 'A') },
     { CODEC_ID_MPEG4,        MKTAG('M', '4', 'C', 'C') }, /* Divio MPEG-4 */
+    { CODEC_ID_MPEG4,        MKTAG('S', 'N', '4', '0') },
     { CODEC_ID_MSMPEG4V3,    MKTAG('D', 'I', 'V', '3') }, /* default signature when using MSMPEG4 */
     { CODEC_ID_MSMPEG4V3,    MKTAG('M', 'P', '4', '3') },
     { CODEC_ID_MSMPEG4V3,    MKTAG('M', 'P', 'G', '3') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list