diff options
author | Ivo van Poorten <ivop@euronet.nl> | 2007-12-26 22:17:46 +0000 |
---|---|---|
committer | Ivo van Poorten <ivop@euronet.nl> | 2007-12-26 22:17:46 +0000 |
commit | b4abe1d198ac5542b4f87a357134f14c7fbf7baa (patch) | |
tree | a5b958e41c9f04f259e21baf48a639fa8ab54ffa /libavformat/img2.c | |
parent | b4dba580f9314906ee122e8e99936b8ffdf0afb3 (diff) | |
download | ffmpeg-b4abe1d198ac5542b4f87a357134f14c7fbf7baa.tar.gz |
PC Paintbrush PCX image decoder
Originally committed as revision 11321 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/img2.c')
-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 42a2d61e5a..8ed7837067 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -57,6 +57,7 @@ static const IdStrMap img_tags[] = { { CODEC_ID_TIFF , "tiff"}, { CODEC_ID_SGI , "sgi"}, { CODEC_ID_PTX , "ptx"}, + { CODEC_ID_PCX , "pcx"}, {0, NULL} }; |