summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-10 20:12:19 +0200
committerwm4 <wm4@nowhere>2014-06-11 00:34:42 +0200
commit73ac34b220d168e0f9c3399aedfb73f78e5fa455 (patch)
tree07f547934e14595ed9688208e8eb9881d18b7708 /options/options.h
parentfcf9bb95b5d95dc8b0f45b368074d0f67bd4e7d2 (diff)
downloadmpv-73ac34b220d168e0f9c3399aedfb73f78e5fa455.tar.bz2
mpv-73ac34b220d168e0f9c3399aedfb73f78e5fa455.tar.xz
stream_pvr: remove global option variables
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index 2451c5f82e..ec572fe1d1 100644
--- a/options/options.h
+++ b/options/options.h
@@ -239,6 +239,7 @@ typedef struct MPOpts {
char *network_tls_ca_file;
struct tv_params *tv_params;
+ struct pvr_params *stream_pvr_opts;
struct lavc_param {
int fast;