summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-08 22:24:04 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-08 22:24:04 +0000
commit9afc291747c77d9c910abe9cc60b4ef7a6945816 (patch)
treec8991c084a46ae367155d466c51c702ccc68afab /doc
parent173c7185008bdea8c43b1359b4f51eb1342d71b1 (diff)
Remove rendering column from list of supported subtitle formats.
Originally committed as revision 17079 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/general.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 95149ed1df..62b350ecf5 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -457,11 +457,11 @@ performance on systems without hardware floating point support).
@section Subtitle Formats
@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
@item ASS/SSA @tab X @tab X
-@item DVB @tab X @tab X @tab X @tab X @tab X
-@item DVD @tab X @tab X @tab X @tab X @tab X
-@item XSUB @tab @tab @tab @tab X @tab
+@item DVB @tab X @tab X @tab X @tab X
+@item DVD @tab X @tab X @tab X @tab X
+@item XSUB @tab @tab @tab @tab X
@end multitable
@code{X} means that the feature is supported.