diff --git a/doc/protocols.texi b/doc/protocols.texi index e887b7557669bd03ec7acfc708d1542ae6d91ec0..a7968ff56e3e1fc1c8c81bff4578bd309f8b95e7 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