summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-03-06 14:11:56 +0100
committerJames Almer <jamrial@gmail.com>2021-04-27 10:43:09 -0300
commitdc8e15ef15d060a9ca118905c770710ce43a0723 (patch)
tree78fa0e528fd145ef73fc5fb89a27a3d68fb2544b /doc/protocols.texi
parent11cb635c84cd5d011abc2aade27c7498bcf29595 (diff)
avformat/http: Remove deprecated "user-agent" option
Deprecated in 27714b462d1bff9e9b40fbdabb39f58e79032b81. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index a6e46b99ad..2cc2b561de 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -406,9 +406,6 @@ Set the Referer header. Include 'Referer: URL' header in HTTP request.
Override the User-Agent header. If not specified the protocol will use a
string describing the libavformat build. ("Lavf/<version>")
-@item user-agent
-This is a deprecated option, you can use user_agent instead it.
-
@item reconnect_at_eof
If set then eof is treated like an error and causes reconnection, this is useful
for live / endless streams.