summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-10 21:44:50 +0200
committerwm4 <wm4@nowhere>2014-06-11 00:35:03 +0200
commit959b718957527710b4bcf6e7227a0beaeb034137 (patch)
tree8007a8206751650370ffbadb09c1527664f333a5 /options/options.h
parent77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7 (diff)
downloadmpv-959b718957527710b4bcf6e7227a0beaeb034137.tar.bz2
mpv-959b718957527710b4bcf6e7227a0beaeb034137.tar.xz
stream_dvb: 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 09567db064..229361f767 100644
--- a/options/options.h
+++ b/options/options.h
@@ -241,6 +241,7 @@ typedef struct MPOpts {
struct tv_params *tv_params;
struct pvr_params *stream_pvr_opts;
struct cdda_params *stream_cdda_opts;
+ struct dvb_params *stream_dvb_opts;
char *cdrom_device;