summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-01-26 14:24:47 +0100
committerwm4 <wm4@nowhere>2020-01-26 14:24:47 +0100
commitb316534902fbbd2832cf340935f3e182f8a50af7 (patch)
tree7ef2d3c5a1bcdf8eb56b9d4040f8f8418458ace4
parentdd14d0683548070fbbb2016e132875b3f9e94304 (diff)
downloadmpv-b316534902fbbd2832cf340935f3e182f8a50af7.tar.bz2
mpv-b316534902fbbd2832cf340935f3e182f8a50af7.tar.xz
stream_lavf: remove version from user agent
-rw-r--r--stream/stream_lavf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c
index c20790a505..9762253799 100644
--- a/stream/stream_lavf.c
+++ b/stream/stream_lavf.c
@@ -68,7 +68,7 @@ const struct m_sub_options stream_lavf_conf = {
},
.size = sizeof(struct stream_lavf_params),
.defaults = &(const struct stream_lavf_params){
- .useragent = (char *)mpv_version,
+ .useragent = "libmpv",
.timeout = 60,
},
};