[SCM] libav/experimental: add uldx fourcc to mpeg4 in riff.c

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:57:56 UTC 2013


The following commit has been merged in the experimental branch:
commit 5bc3fc2187e6186cfeb3cac193ab99b3045e9f58
Author: Ben Littler <tempn at twmi.rr.com>
Date:   Mon Jan 18 03:57:01 2010 +0000

    add uldx fourcc to mpeg4 in riff.c
    
    Originally committed as revision 21279 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 6a9dea6..c596308 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -78,6 +78,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { CODEC_ID_MPEG4,        MKTAG('M', '4', 'C', 'C') }, /* Divio MPEG-4 */
     { CODEC_ID_MPEG4,        MKTAG('S', 'N', '4', '0') },
     { CODEC_ID_MPEG4,        MKTAG('V', 'S', 'P', 'X') },
+    { CODEC_ID_MPEG4,        MKTAG('U', 'L', 'D', 'X') },
     { 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