diff options
author | Clément Bœsch <u@pkh.me> | 2014-03-06 18:39:59 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-03-11 22:08:57 +0100 |
commit | ddfc98906373d1f17f6205cedd14c68d7a75995f (patch) | |
tree | f9e77d08d565330791c83bbcea47cd3622b3e05e /doc/protocols.texi | |
parent | e58c85b0686892960042232e51c77168b264838a (diff) | |
download | ffmpeg-ddfc98906373d1f17f6205cedd14c68d7a75995f.tar.gz |
http: Support setting custom User-Agent
Contextually make the default User-Agent use the common
"Name/Version" pattern.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index b16234b8fa..fa14a8c53d 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -92,6 +92,10 @@ HTTP (Hyper Text Transfer Protocol). This protocol accepts the following options: @table @option +@item user_agent +Override the User-Agent header. If not specified a string of the form +"Lavf/<version>" will be used. + @item mime_type Export the MIME type. |