summaryrefslogtreecommitdiffstats
path: root/stream/stream_lavf.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-22 23:15:19 +0100
committerwm4 <wm4@nowhere>2015-12-22 23:18:46 +0100
commit23a532969026e96b47cc5949ef2a95057e0810de (patch)
treed0a9270689cf774fa6fee2ee210c384017b4dc5b /stream/stream_lavf.c
parenteac0665b8dd2398c15aaa347ca8e5496e0dc5f2b (diff)
downloadmpv-23a532969026e96b47cc5949ef2a95057e0810de.tar.bz2
mpv-23a532969026e96b47cc5949ef2a95057e0810de.tar.xz
stream_lavf: remove tabs
Death to tabs.
Diffstat (limited to 'stream/stream_lavf.c')
-rw-r--r--stream/stream_lavf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c
index a66ff94374..ac092499b3 100644
--- a/stream/stream_lavf.c
+++ b/stream/stream_lavf.c
@@ -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",