[FFmpeg-cvslog] r17722 - trunk/doc/general.texi

diego subversion
Mon Mar 2 07:13:54 CET 2009


Author: diego
Date: Mon Mar  2 07:13:54 2009
New Revision: 17722

Log:
Revert previous removal of PAM, PBM, PGM, PGMYUV and PPM from the list of
supported image formats. Apparently decoding these formats is supported.

Modified:
   trunk/doc/general.texi

Modified: trunk/doc/general.texi
==============================================================================
--- trunk/doc/general.texi	Mon Mar  2 07:01:32 2009	(r17721)
+++ trunk/doc/general.texi	Mon Mar  2 07:13:54 2009	(r17722)
@@ -244,19 +244,19 @@ following image formats are supported:
 @item JPEG-LS      @tab X @tab X
 @item LJPEG        @tab X @tab
     @tab Lossless JPEG
- at item PAM          @tab X @tab
+ at item PAM          @tab X @tab X
     @tab PAM is a PNM extension with alpha support.
- at item PBM          @tab X @tab
+ at item PBM          @tab X @tab X
     @tab Portable BitMap image
 @item PCX          @tab   @tab X
     @tab PC Paintbrush
- at item PGM          @tab X @tab
+ at item PGM          @tab X @tab X
     @tab Portable GrayMap image
- at item PGMYUV       @tab X @tab
+ at item PGMYUV       @tab X @tab X
     @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
- at item PPM          @tab X @tab
+ at item PPM          @tab X @tab X
     @tab Portable PixelMap image
 @item PTX          @tab   @tab X
     @tab V.Flash PTX format




More information about the ffmpeg-cvslog mailing list