diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-12-28 23:55:56 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-12-28 23:55:56 +0000 |
commit | 1f0920dbcaf7a388dcbb54fae93f38c41ad46fc7 (patch) | |
tree | ca626723d85fcc9f92cbd9882bb79b81ca62fb0a | |
parent | 2c77c90684e24ef16f7e7c4462e011434cee6a98 (diff) | |
download | ffmpeg-1f0920dbcaf7a388dcbb54fae93f38c41ad46fc7.tar.gz |
add ASS encoding and decoding support in Subtitle Formats documentation
Originally committed as revision 26120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 2ba087bd72..2e5c7d7cb8 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -690,7 +690,7 @@ performance on systems without hardware floating point support). @multitable @columnfractions .4 .1 .1 .1 .1 @item Name @tab Muxing @tab Demuxing @tab Encoding @tab Decoding -@item SSA/ASS @tab X @tab X +@item SSA/ASS @tab X @tab X @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 PGS @tab @tab @tab @tab X |