]> git.sesse.net Git - ffmpeg/commitdiff
Remove rendering column from list of supported subtitle formats.
authorDiego Biurrun <diego@biurrun.de>
Sun, 8 Feb 2009 22:24:04 +0000 (22:24 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 8 Feb 2009 22:24:04 +0000 (22:24 +0000)
Originally committed as revision 17079 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/general.texi

index 95149ed1df2d3d6e906c4f664ee4d05f6a89ed7a..62b350ecf54781d66a6f33dfc1f77e2ee3553ae7 100644 (file)
@@ -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.