Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2017-02-14 00:23:03 +0300
committerLou Logan <lou@lrcd.com>2017-02-14 00:23:03 +0300
commitfb32c561c3820f3bc8833d0c3629388539fe4798 (patch)
tree64c537637881b849969868a9320b779fc036bde5
parent1fce67d6403a4540181f6ed05abf5b3edd4ef014 (diff)
doc/protocols: add option usage description
Fixes ticket #6148. Signed-off-by: Lou Logan <lou@lrcd.com>
-rw-r--r--doc/protocols.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index e887b75576..a7968ff56e 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -5,6 +5,11 @@ 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.
+Options may be set by specifying -@var{option} @var{value} in the
+FFmpeg tools, or by setting the value explicitly in the
+@code{AVFormatContext} options or using the @file{libavutil/opt.h} API
+for programmatic use.
+
The list of supported options follows:
@table @option