mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
stream_lavf: remove tabs
Death to tabs.
This commit is contained in:
parent
eac0665b8d
commit
23a5329690
@ -169,9 +169,9 @@ void mp_setup_av_network_options(AVDictionary **dict, struct mpv_global *global,
|
||||
if (opts->network_tls_ca_file)
|
||||
av_dict_set(dict, "ca_file", opts->network_tls_ca_file, 0);
|
||||
if (opts->network_tls_cert_file)
|
||||
av_dict_set(dict, "cert_file", opts->network_tls_cert_file, 0);
|
||||
av_dict_set(dict, "cert_file", opts->network_tls_cert_file, 0);
|
||||
if (opts->network_tls_key_file)
|
||||
av_dict_set(dict, "key_file", opts->network_tls_key_file, 0);
|
||||
av_dict_set(dict, "key_file", opts->network_tls_key_file, 0);
|
||||
char *cust_headers = talloc_strdup(temp, "");
|
||||
if (opts->network_referrer) {
|
||||
cust_headers = talloc_asprintf_append(cust_headers, "Referer: %s\r\n",
|
||||
|
Loading…
Reference in New Issue
Block a user