[FFmpeg-cvslog] doc/protocols: document protocol_whitelist

Michael Niedermayer git at videolan.org
Sun Feb 14 21:33:41 CET 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Thu Feb 11 13:11:48 2016 +0100| [8352f5c807582faeceb2427ef53e4f3aaf487263] | committer: Michael Niedermayer

doc/protocols: document protocol_whitelist

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8352f5c807582faeceb2427ef53e4f3aaf487263
---

 doc/protocols.texi |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index 05c4bdb..375d042 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1,3 +1,22 @@
+ at chapter Protocol Options
+ at c man begin PROTOCOL OPTIONS
+
+The libavformat library provides some generic global options, which
+can be set on all the protocols. In addition each protocol may support
+so-called private options, which are specific for that component.
+
+The list of supported options follows:
+
+ at table @option
+ at item protocol_whitelist @var{list} (@emph{input})
+Set a ","-separated list of allowed protocols. "ALL" matches all protocols. Protocols
+prefixed by "-" are disabled.
+All protocols are allowed by default but protocols used by an another
+protocol (nested protocols) are restricted to a per protocol subset.
+ at end table
+
+ at c man end PROTOCOL OPTIONS
+
 @chapter Protocols
 @c man begin PROTOCOLS
 



More information about the ffmpeg-cvslog mailing list