[SCM] libav/experimental: add MPNG fourcc fixes http://sceneish.ath.cx/stuff/netmap/netmap.avi

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:33:32 UTC 2013


The following commit has been merged in the experimental branch:
commit f86cd7613852c5c759bbbd3d4daf7084174f0459
Author: Ben Littler <tempn at twmi.rr.com>
Date:   Tue Dec 16 05:22:53 2008 +0000

    add MPNG fourcc
    fixes http://sceneish.ath.cx/stuff/netmap/netmap.avi
    
    Originally committed as revision 16163 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/riff.c b/libavformat/riff.c
index b48dd98..7c40c6f 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -186,6 +186,7 @@ const AVCodecTag codec_bmp_tags[] = {
     { CODEC_ID_JPEG2000,     MKTAG('M', 'J', '2', 'C') },
     { CODEC_ID_VMNC,         MKTAG('V', 'M', 'n', 'c') },
     { CODEC_ID_TARGA,        MKTAG('t', 'g', 'a', ' ') },
+    { CODEC_ID_PNG,          MKTAG('M', 'P', 'N', 'G') },
     { CODEC_ID_CLJR,         MKTAG('c', 'l', 'j', 'r') },
     { CODEC_ID_DIRAC,        MKTAG('d', 'r', 'a', 'c') },
     { CODEC_ID_RPZA,         MKTAG('a', 'z', 'p', 'r') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list