summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/options/options.h b/options/options.h
index e694216fa8..1d997d363b 100644
--- a/options/options.h
+++ b/options/options.h
@@ -218,6 +218,14 @@ typedef struct MPOpts {
int hwdec_api;
char *hwdec_codecs;
+ int network_cookies_enabled;
+ char *network_cookies_file;
+ char *network_useragent;
+ char *network_referrer;
+ char **network_http_header_fields;
+ int network_tls_verify;
+ char *network_tls_ca_file;
+
struct lavc_param {
int fast;
char *skip_loop_filter_str;
@@ -289,15 +297,6 @@ typedef struct MPOpts {
} encode_output;
} MPOpts;
-// Should be moved into MPOpts
-extern char **network_http_header_fields;
-extern char *network_useragent;
-extern char *network_referrer;
-extern int network_cookies_enabled;
-extern int network_tls_verify;
-extern char *network_tls_ca_file;
-extern char *cookies_file;
-
extern const m_option_t mp_opts[];
extern const struct MPOpts mp_default_opts;