summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2009-03-02 00:27:51 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-02 00:27:51 +0000
commit314511ab4d7b9428c7c4a6a797a9e18faf1388f9 (patch)
tree0cd1da3f6be447d3cbd6b79bc3d35d884285c829
parent9db80acbcdf10e31955b27aff6b8dc657a606882 (diff)
Split PGM and PPM in image formats section.
patch by Daniel Verkamp, daniel drv nu Originally committed as revision 17700 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--doc/general.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 59b22df2ff..4a76bcfff6 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -245,11 +245,14 @@ following image formats are supported:
@tab PAM is a PNM extension with alpha support.
@item PCX @tab @tab X
@tab PC Paintbrush
-@item PGM, PPM @tab X @tab X
+@item PGM @tab X @tab X
+ @tab Portable GrayMap image
@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
+@item PPM @tab X @tab X
+ @tab Portable PixelMap image
@item PTX @tab @tab X
@tab V.Flash PTX format
@item RAS @tab @tab X