Revert previous removal of PAM, PBM, PGM, PGMYUV and PPM from the list of

supported image formats. Apparently decoding these formats is supported.

Originally committed as revision 17722 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 16 years ago
parent 12dd57fd29
commit ddea12a6b5
  1. 10
      doc/general.texi

@ -244,19 +244,19 @@ following image formats are supported:
@item JPEG-LS @tab X @tab X @item JPEG-LS @tab X @tab X
@item LJPEG @tab X @tab @item LJPEG @tab X @tab
@tab Lossless JPEG @tab Lossless JPEG
@item PAM @tab X @tab @item PAM @tab X @tab X
@tab PAM is a PNM extension with alpha support. @tab PAM is a PNM extension with alpha support.
@item PBM @tab X @tab @item PBM @tab X @tab X
@tab Portable BitMap image @tab Portable BitMap image
@item PCX @tab @tab X @item PCX @tab @tab X
@tab PC Paintbrush @tab PC Paintbrush
@item PGM @tab X @tab @item PGM @tab X @tab X
@tab Portable GrayMap image @tab Portable GrayMap image
@item PGMYUV @tab X @tab @item PGMYUV @tab X @tab X
@tab PGM with U and V components in YUV 4:2:0 @tab PGM with U and V components in YUV 4:2:0
@item PNG @tab X @tab X @item PNG @tab X @tab X
@tab 2/4 bpp not supported yet @tab 2/4 bpp not supported yet
@item PPM @tab X @tab @item PPM @tab X @tab X
@tab Portable PixelMap image @tab Portable PixelMap image
@item PTX @tab @tab X @item PTX @tab @tab X
@tab V.Flash PTX format @tab V.Flash PTX format

Loading…
Cancel
Save