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

diego subversion
Mon Mar 2 01:24:10 CET 2009


Author: diego
Date: Mon Mar  2 01:24:10 2009
New Revision: 17699

Log:
cosmetics: Break image format lines before comments.
patch by Daniel Verkamp, daniel drv nu

Modified:
   trunk/doc/general.texi

Modified: trunk/doc/general.texi
==============================================================================
--- trunk/doc/general.texi	Mon Mar  2 00:41:39 2009	(r17698)
+++ trunk/doc/general.texi	Mon Mar  2 01:24:10 2009	(r17699)
@@ -233,20 +233,33 @@ following image formats are supported:
 
 @multitable @columnfractions .4 .1 .1 .4
 @item Name @tab Encoding @tab Decoding @tab Comments
- at item .Y.U.V       @tab X @tab X @tab one raw file per component
- at item animated GIF @tab X @tab X @tab Only uncompressed GIFs are generated.
- at item JPEG         @tab X @tab X @tab Progressive JPEG is not supported.
- at item JPEG 2000    @tab   @tab E @tab decoding supported through external library libopenjpeg
- at item PAM          @tab X @tab X @tab PAM is a PNM extension with alpha support.
- at item PCX          @tab   @tab X @tab PC Paintbrush
+ at item .Y.U.V       @tab X @tab X
+    @tab one raw file per component
+ at item animated GIF @tab X @tab X
+    @tab Only uncompressed GIFs are generated.
+ at item JPEG         @tab X @tab X
+    @tab Progressive JPEG is not supported.
+ at item JPEG 2000    @tab   @tab E
+    @tab decoding supported through external library libopenjpeg
+ at item PAM          @tab X @tab X
+    @tab PAM is a PNM extension with alpha support.
+ at item PCX          @tab   @tab X
+    @tab PC Paintbrush
 @item PGM, PPM     @tab X @tab X
- at item PGMYUV       @tab X @tab X @tab PGM with U and V components in YUV 4:2:0
- at item PNG          @tab X @tab X @tab 2/4 bpp not supported yet
- at item PTX          @tab   @tab X @tab V.Flash PTX format
- at item RAS          @tab   @tab X @tab Sun Rasterfile
- at item SGI          @tab X @tab X @tab SGI RGB image format
- at item Targa        @tab   @tab X @tab Targa (.TGA) image format
- at item TIFF         @tab X @tab X @tab YUV, JPEG and some extension is not supported yet.
+ at item PGMYUV       @tab X @tab X
+    @tab PGM with U and V components in YUV 4:2:0
+ at item PNG          @tab X @tab X
+    @tab 2/4 bpp not supported yet
+ at item PTX          @tab   @tab X
+    @tab V.Flash PTX format
+ at item RAS          @tab   @tab X
+    @tab Sun Rasterfile
+ at item SGI          @tab X @tab X
+    @tab SGI RGB image format
+ at item Targa        @tab   @tab X
+    @tab Targa (.TGA) image format
+ at item TIFF         @tab X @tab X
+    @tab YUV, JPEG and some extension is not supported yet.
 @end multitable
 
 @code{X} means that encoding (resp. decoding) is supported.




More information about the ffmpeg-cvslog mailing list