Commit b3494057 authored by aurel's avatar aurel

set correct number of fractions for multitable

fixes the following warning:
** too much @tab (multitable has only 4 column(s)) (l. 443)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15729 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 43af6611
...@@ -335,7 +335,7 @@ following image formats are supported: ...@@ -335,7 +335,7 @@ following image formats are supported:
@section Audio Codecs @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 Name @tab Encoding @tab Decoding @tab Comments
@item 4X IMA ADPCM @tab @tab X @item 4X IMA ADPCM @tab @tab X
@item 8SVX audio @tab @tab X @item 8SVX audio @tab @tab X
...@@ -439,7 +439,7 @@ performance on systems without hardware floating point support). ...@@ -439,7 +439,7 @@ performance on systems without hardware floating point support).
@section Subtitle Formats @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 Name @tab Muxing @tab Demuxing @tab Encoding @tab Decoding @tab Rendering
@item ASS/SSA @tab X @tab X @item ASS/SSA @tab X @tab X
@item DVB @tab X @tab X @tab X @tab X @tab X @item DVB @tab X @tab X @tab X @tab X @tab X
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment