mirror of https://github.com/mpv-player/mpv
stream_lavf: remove version from user agent
This commit is contained in:
parent
dd14d06835
commit
b316534902
|
@ -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,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue