summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,
},
};