aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-02-11 13:11:48 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-02-14 21:15:58 +0100
commit8352f5c807582faeceb2427ef53e4f3aaf487263 (patch)
treec5a65492377505ef0d8842c5d478e3ce6bace381 /doc
parente5655a32bc745462cb820f4ccc3eaee146dd2cdc (diff)
downloadandroid_external_ffmpeg-8352f5c807582faeceb2427ef53e4f3aaf487263.tar.gz
android_external_ffmpeg-8352f5c807582faeceb2427ef53e4f3aaf487263.tar.bz2
android_external_ffmpeg-8352f5c807582faeceb2427ef53e4f3aaf487263.zip
doc/protocols: document protocol_whitelist
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/protocols.texi19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 05c4bdbfc9..375d0428ae 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1,3 +1,22 @@
+@chapter Protocol Options
+@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:
+
+@table @option
+@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.
+@end table
+
+@c man end PROTOCOL OPTIONS
+
@chapter Protocols
@c man begin PROTOCOLS