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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2020-02-03 00:58:08 +0300
committerMarton Balint <cus@passwd.hu>2020-02-03 23:42:35 +0300
commit3cdc71348e032cb51de8b240e2385fc55116c752 (patch)
treed5e5efd5aa7631090d7c36c54a905aac6d430a60 /doc/muxers.texi
parentb93098253eceb8f7a7ba8486ba57dfb1cd190c54 (diff)
avformat/dashenc: use AV_OPT_TYPE_DICT for http_opts
This changes the separator character from comma to colon, but since this option was only added recently I think it should be done for consistency with other similar options. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 05bf483ba5..ef5c4b10bc 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -345,7 +345,8 @@ prft boxes in the underlying muxer. Applicable only when the @var{utc_url} optio
Set one or more manifest profiles.
@item -http_opts @var{http_opts}
-List of options to pass to the underlying HTTP protocol. Applicable only for HTTP output.
+A :-separated list of key=value options to pass to the underlying HTTP
+protocol. Applicable only for HTTP output.
@item -target_latency @var{target_latency}
Set an intended target latency in seconds (fractional value can be set) for serving. Applicable only when @var{streaming} and @var{write_prft} options are enabled.