diff options
author | Marton Balint <cus@passwd.hu> | 2020-02-02 22:58:08 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-02-03 21:42:35 +0100 |
commit | 3cdc71348e032cb51de8b240e2385fc55116c752 (patch) | |
tree | d5e5efd5aa7631090d7c36c54a905aac6d430a60 /doc/muxers.texi | |
parent | b93098253eceb8f7a7ba8486ba57dfb1cd190c54 (diff) | |
download | ffmpeg-3cdc71348e032cb51de8b240e2385fc55116c752.tar.gz |
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.texi | 3 |
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. |