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, }, };