Commit ddfe8a0c authored by compn's avatar compn

add MPNG fourcc

fixes http://sceneish.ath.cx/stuff/netmap/netmap.avi


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16163 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2806ede9
...@@ -186,6 +186,7 @@ const AVCodecTag codec_bmp_tags[] = { ...@@ -186,6 +186,7 @@ const AVCodecTag codec_bmp_tags[] = {
{ CODEC_ID_JPEG2000, MKTAG('M', 'J', '2', 'C') }, { CODEC_ID_JPEG2000, MKTAG('M', 'J', '2', 'C') },
{ CODEC_ID_VMNC, MKTAG('V', 'M', 'n', 'c') }, { CODEC_ID_VMNC, MKTAG('V', 'M', 'n', 'c') },
{ CODEC_ID_TARGA, MKTAG('t', 'g', 'a', ' ') }, { 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_CLJR, MKTAG('c', 'l', 'j', 'r') },
{ CODEC_ID_DIRAC, MKTAG('d', 'r', 'a', 'c') }, { CODEC_ID_DIRAC, MKTAG('d', 'r', 'a', 'c') },
{ CODEC_ID_RPZA, MKTAG('a', 'z', 'p', 'r') }, { CODEC_ID_RPZA, MKTAG('a', 'z', 'p', 'r') },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment