[FFmpeg-devel] [PATCH] doc/protocols: document protocol_whitelist

Michael Niedermayer michael at niedermayer.cc
Thu Feb 11 13:12:14 CET 2016


Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 doc/protocols.texi |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index 05c4bdb..f790351 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1,3 +1,19 @@
+ 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})
+"," separated List of allowed protocols.
+ at end table
+
+ at c man end PROTOCOL OPTIONS
+
 @chapter Protocols
 @c man begin PROTOCOLS
 
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list