diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-06-14 10:34:16 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-06-17 15:23:18 +0200 |
commit | f404c7dcd779f0d57fbaa87084659a1d5f4c467c (patch) | |
tree | 45eb0e1ba37838d27a13a7adb272886b7c4a2c30 | |
parent | a7cc78cb11dfdd356d83a2bdbb00eb92c1367379 (diff) | |
download | ffmpeg-f404c7dcd779f0d57fbaa87084659a1d5f4c467c.tar.gz |
doc: Add missing protocols to list of supported protocols.
-rw-r--r-- | doc/general.texi | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/general.texi b/doc/general.texi index dee8f9e096..9a4746a570 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -804,19 +804,30 @@ performance on systems without hardware floating point support). @multitable @columnfractions .4 .1 @item Name @tab Support -@item Apple HTTP Live Streaming @tab X @item file @tab X @item Gopher @tab X +@item HLS @tab X @item HTTP @tab X -@item MMS @tab X +@item HTTPS @tab X +@item MMSH @tab X +@item MMST @tab X @item pipe @tab X +@item RTMP @tab X +@item RTMPE @tab E +@item RTMPS @tab E +@item RTMPT @tab E +@item RTMPTE @tab E @item RTP @tab X +@item SCTP @tab X @item TCP @tab X +@item TLS @tab X @item UDP @tab X @end multitable @code{X} means that the protocol is supported. +@code{E} means that support is provided through an external library. + @section Input/Output Devices |