stream_lavf: remove version from user agent

This commit is contained in:
wm4 2020-01-26 14:24:47 +01:00
parent dd14d06835
commit b316534902
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ const struct m_sub_options stream_lavf_conf = {
}, },
.size = sizeof(struct stream_lavf_params), .size = sizeof(struct stream_lavf_params),
.defaults = &(const struct stream_lavf_params){ .defaults = &(const struct stream_lavf_params){
.useragent = (char *)mpv_version, .useragent = "libmpv",
.timeout = 60, .timeout = 60,
}, },
}; };