diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-10-25 09:08:09 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-10-25 09:08:09 +0000 |
commit | bd3151f27895ae3fd2ffb029a80d5cf440ea31e8 (patch) | |
tree | 46680f9cb792f3171332aec67ba550aaca688c36 /doc/general.texi | |
parent | 9ff0c3883fd7f646ee92979396642ba6fbc5b2e9 (diff) | |
download | ffmpeg-bd3151f27895ae3fd2ffb029a80d5cf440ea31e8.tar.gz |
Add subtitle format section.
Originally committed as revision 15703 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 5542437076..e4bf6777a4 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -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 |