Commit fb32c561 authored by Lou Logan's avatar Lou Logan

doc/protocols: add option usage description

Fixes ticket #6148.
Signed-off-by: 's avatarLou Logan <lou@lrcd.com>
parent 1fce67d6
...@@ -5,6 +5,11 @@ The libavformat library provides some generic global options, which ...@@ -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 can be set on all the protocols. In addition each protocol may support
so-called private options, which are specific for that component. 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: The list of supported options follows:
@table @option @table @option
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment