diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-02 05:08:57 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-02 05:08:57 +0000 |
commit | 421ae271da08865879d1b582bfc55dfc257158d3 (patch) | |
tree | 92a31d43020e88a536cf63c9e3a6371d1a233c5a /doc | |
parent | 56dc1fdf940c8886bd585dc1c80a6880881bd279 (diff) | |
download | ffmpeg-421ae271da08865879d1b582bfc55dfc257158d3.tar.gz |
Decoding of PAM, PBM, PGM, PGMYUV and PPM image formats is not supported.
Originally committed as revision 17715 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/general.texi b/doc/general.texi index 45e1d5c7cf..8972c9c8af 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -244,19 +244,19 @@ following image formats are supported: @item JPEG-LS @tab X @tab X @item LJPEG @tab X @tab @tab Lossless JPEG -@item PAM @tab X @tab X +@item PAM @tab X @tab @tab PAM is a PNM extension with alpha support. -@item PBM @tab X @tab X +@item PBM @tab X @tab @tab Portable BitMap image @item PCX @tab @tab X @tab PC Paintbrush -@item PGM @tab X @tab X +@item PGM @tab X @tab @tab Portable GrayMap image -@item PGMYUV @tab X @tab X +@item PGMYUV @tab X @tab @tab PGM with U and V components in YUV 4:2:0 @item PNG @tab X @tab X @tab 2/4 bpp not supported yet -@item PPM @tab X @tab X +@item PPM @tab X @tab @tab Portable PixelMap image @item PTX @tab @tab X @tab V.Flash PTX format |