diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-06-19 09:56:35 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-06-19 09:56:35 +0000 |
commit | a4276ba2ac473f24087474e8ab6c94c06f6f7e14 (patch) | |
tree | 3b332727a21d20cd5f032460a0e44b5749697b39 /doc/general.texi | |
parent | 4bbe788ab7d1348d09026ef0c8554595fad5721d (diff) | |
download | ffmpeg-a4276ba2ac473f24087474e8ab6c94c06f6f7e14.tar.gz |
Add support for encoding XSUB subtitles. Muxing support is still missing.
Based on code by DivX, Inc., heavily changed by Björn Axelsson [gecko acc.umu.se] and me.
Originally committed as revision 19222 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index 0139b5fc33..2f155479cc 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -648,7 +648,7 @@ performance on systems without hardware floating point support). @item SSA/ASS @tab X @tab X @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 +@item XSUB @tab @tab @tab X @tab X @end multitable @code{X} means that the feature is supported. |