diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-10-27 14:16:42 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-10-27 14:16:42 +0000 |
commit | 485ec4f11e15dcbb74e2829373e332d3f37a6488 (patch) | |
tree | 4824682d0771df612111e4f0f70693aa5b0a3886 /doc/general.texi | |
parent | bddddb5a0bcbeff17f175dabf96965b2064fb339 (diff) | |
download | ffmpeg-485ec4f11e15dcbb74e2829373e332d3f37a6488.tar.gz |
set correct number of fractions for multitable
fixes the following warning:
** too much @tab (multitable has only 4 column(s)) (l. 443)
Originally committed as revision 15729 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/general.texi b/doc/general.texi index e4bf6777a4..78372f6a0c 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -335,7 +335,7 @@ following image formats are supported: @section Audio Codecs -@multitable @columnfractions .4 .1 .1 .1 .7 +@multitable @columnfractions .4 .1 .1 .4 @item Name @tab Encoding @tab Decoding @tab Comments @item 4X IMA ADPCM @tab @tab X @item 8SVX audio @tab @tab X @@ -439,7 +439,7 @@ performance on systems without hardware floating point support). @section Subtitle Formats -@multitable @columnfractions .4 .1 .1 .4 +@multitable @columnfractions .4 .1 .1 .1 .1 .1 @item Name @tab Muxing @tab Demuxing @tab Encoding @tab Decoding @tab Rendering @item ASS/SSA @tab X @tab X @item DVB @tab X @tab X @tab X @tab X @tab X |