OSDN Git Service

doc/protocols: add option usage description
authorLou Logan <lou@lrcd.com>
Mon, 13 Feb 2017 21:23:03 +0000 (12:23 -0900)
committerLou Logan <lou@lrcd.com>
Mon, 13 Feb 2017 21:23:03 +0000 (12:23 -0900)
Fixes ticket #6148.

Signed-off-by: Lou Logan <lou@lrcd.com>
doc/protocols.texi

index e887b75..a7968ff 100644 (file)
@@ -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