diff options
author | Diego Biurrun <diego@biurrun.de> | 2005-08-21 23:59:06 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-08-21 23:59:06 +0000 |
commit | 3fc9e78f1fe7740fda079068f242de56a74f2429 (patch) | |
tree | 311b97efb6920862f59d6bdec6336912ad15f804 /doc/ffmpeg-doc.texi | |
parent | 5b28c8c3552626eb4beda42731232bc697073264 (diff) | |
download | ffmpeg-3fc9e78f1fe7740fda079068f242de56a74f2429.tar.gz |
Add missing columns to multicolumn declaration.
Originally committed as revision 4537 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 208889f40f..5bc8649ac5 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -641,7 +641,7 @@ You can use the @code{-formats} option to have an exhaustive list. FFmpeg supports the following file formats through the @code{libavformat} library: -@multitable @columnfractions .4 .1 .1 +@multitable @columnfractions .4 .1 .1 .4 @item Supported File Format @tab Encoding @tab Decoding @tab Comments @item MPEG audio @tab X @tab X @item MPEG-1 systems @tab X @tab X @@ -705,7 +705,7 @@ library: FFmpeg can read and write images for each frame of a video sequence. The following image formats are supported: -@multitable @columnfractions .4 .1 .1 +@multitable @columnfractions .4 .1 .1 .4 @item Supported Image Format @tab Encoding @tab Decoding @tab Comments @item PGM, PPM @tab X @tab X @item PAM @tab X @tab X @tab PAM is a PNM extension with alpha support. @@ -721,7 +721,7 @@ following image formats are supported: @section Video Codecs -@multitable @columnfractions .4 .1 .1 .7 +@multitable @columnfractions .4 .1 .1 .4 @item Supported Codec @tab Encoding @tab Decoding @tab Comments @item MPEG-1 video @tab X @tab X @item MPEG-2 video @tab X @tab X |