1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Add subtitle format section.

Originally committed as revision 15703 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-10-25 09:08:09 +00:00
parent 9ff0c3883f
commit bd3151f278

View File

@ -437,6 +437,17 @@ following image formats are supported:
@code{I} means that an integer-only version is available, too (ensures high
performance on systems without hardware floating point support).
@section Subtitle Formats
@multitable @columnfractions .4 .1 .1 .4
@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
@item DVD @tab X @tab X @tab X @tab X @tab X
@end multitable
@code{X} means that the feature is supported.
@chapter Platform Specific information
@section BSD