From f86cd7613852c5c759bbbd3d4daf7084174f0459 Mon Sep 17 00:00:00 2001 From: Ben Littler Date: Tue, 16 Dec 2008 05:22:53 +0000 Subject: add MPNG fourcc fixes http://sceneish.ath.cx/stuff/netmap/netmap.avi Originally committed as revision 16163 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/riff.c') diff --git a/libavformat/riff.c b/libavformat/riff.c index b48dd983df..7c40c6f2ca 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') }, -- cgit v1.2.3