diff options
author | Loren Merritt <lorenm@u.washington.edu> | 2008-02-26 10:21:33 +0000 |
---|---|---|
committer | Loren Merritt <lorenm@u.washington.edu> | 2008-02-26 10:21:33 +0000 |
commit | 042e0adda9fd3ae1322ef51f9edbceffe3ae0941 (patch) | |
tree | 5694d8a82c7688c74317a26aa6d2563cda70dc02 /libavformat | |
parent | d248905ba582b399bf1244fafcdfedc36569fe51 (diff) | |
download | ffmpeg-042e0adda9fd3ae1322ef51f9edbceffe3ae0941.tar.gz |
decode mng color decorrelation
Originally committed as revision 12228 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index 0c84c6b022..6e846df66f 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -41,6 +41,7 @@ static const IdStrMap img_tags[] = { { CODEC_ID_MJPEG , "jpg"}, { CODEC_ID_LJPEG , "ljpg"}, { CODEC_ID_PNG , "png"}, + { CODEC_ID_PNG , "mng"}, { CODEC_ID_PPM , "ppm"}, { CODEC_ID_PGM , "pgm"}, { CODEC_ID_PGMYUV , "pgmyuv"}, |