diff options
author | Daniel Verkamp <daniel@drv.nu> | 2009-03-20 17:23:45 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-03-20 17:23:45 +0000 |
commit | effcedf738a9afd7056643eaba44a626f1ee82bf (patch) | |
tree | ab247b38776c8a3f5929670293a1ef6d974d3810 /libavformat | |
parent | 20ddf5a8e4cb6ce8c9a6dcfbabf6d0cef2a712df (diff) | |
download | ffmpeg-streaming-effcedf738a9afd7056643eaba44a626f1ee82bf.zip ffmpeg-streaming-effcedf738a9afd7056643eaba44a626f1ee82bf.tar.gz |
PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
Patch by Daniel Verkamp, daniel drv nu
Originally committed as revision 18077 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/img2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index 113f431..48f3dfc 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -428,7 +428,7 @@ AVOutputFormat image2_muxer = { "image2", NULL_IF_CONFIG_SMALL("image2 sequence"), "", - "bmp,jpeg,jpg,ljpg,pam,pbm,pgm,pgmyuv,png,ppm,sgi,tif,tiff,jp2", + "bmp,jpeg,jpg,ljpg,pam,pbm,pcx,pgm,pgmyuv,png,ppm,sgi,tif,tiff,jp2", sizeof(VideoData), CODEC_ID_NONE, CODEC_ID_MJPEG, |